Skip to content

Commit 40b7ec0

Browse files
committed
chore: update eslint rules
1 parent 566a3bd commit 40b7ec0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

resources/eslint/eslint.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ const CONFIG = [
1111
// eslint
1212
"curly": [ "error", "multi-line", "consistent" ],
1313
"eqeqeq": [ "error", "smart" ],
14+
15+
// "func-names": [ "error", "as-needed" ],
16+
1417
"getter-return": [ "error", { "allowImplicit": true } ],
1518
"grouped-accessor-pairs": [ "error", "getBeforeSet" ],
1619
"no-constructor-return": "error",

0 commit comments

Comments
 (0)