Skip to content

Commit c598f0a

Browse files
committed
AC-13683::Investigate latest patch version of grunt-eslint
1 parent fbb7aa6 commit c598f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint/.eslintrc-reset

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"rules": {
4545
////////// Possible Errors //////////
4646

47-
"no-comma-dangle": 0, // disallow trailing commas in object literals
47+
"no-comma-dangle": "off", // disallow trailing commas in object literals
4848
"no-cond-assign": 0, // disallow assignment in conditional expressions
4949
"no-console": 0, // disallow use of console (off by default in the node environment)
5050
"no-constant-condition": 0, // disallow use of constant expressions in conditions

0 commit comments

Comments
 (0)