We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb7aa6 commit c598f0aCopy full SHA for c598f0a
eslint/.eslintrc-reset
@@ -44,7 +44,7 @@
44
"rules": {
45
////////// Possible Errors //////////
46
47
- "no-comma-dangle": 0, // disallow trailing commas in object literals
+ "no-comma-dangle": "off", // disallow trailing commas in object literals
48
"no-cond-assign": 0, // disallow assignment in conditional expressions
49
"no-console": 0, // disallow use of console (off by default in the node environment)
50
"no-constant-condition": 0, // disallow use of constant expressions in conditions
0 commit comments