We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566a3bd commit 40b7ec0Copy full SHA for 40b7ec0
1 file changed
resources/eslint/eslint.js
@@ -11,6 +11,9 @@ const CONFIG = [
11
// eslint
12
"curly": [ "error", "multi-line", "consistent" ],
13
"eqeqeq": [ "error", "smart" ],
14
+
15
+ // "func-names": [ "error", "as-needed" ],
16
17
"getter-return": [ "error", { "allowImplicit": true } ],
18
"grouped-accessor-pairs": [ "error", "getBeforeSet" ],
19
"no-constructor-return": "error",
0 commit comments