Skip to content

Commit

Permalink
no-promise-executor-return, no-unreachable-loop in eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
GrosSacASac committed Dec 22, 2021
1 parent c5c1371 commit 2ae051e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/red-javascript-style-guide/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ module.exports = {
"rules": {
// overwrite
"no-unused-vars": warning,


"no-promise-executor-return": error,
"no-unreachable-loop": error,
"prefer-object-has-own": error,
"curly": error,
"eqeqeq": error,
Expand Down

0 comments on commit 2ae051e

Please sign in to comment.