Skip to content

Commit aa9d24a

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

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
@@ -47,7 +47,7 @@
4747
"rules": {
4848
////////// Possible Errors //////////
4949

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

0 commit comments

Comments
 (0)