Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c598f0a

Browse filesBrowse files
committed
AC-13683::Investigate latest patch version of grunt-eslint
1 parent fbb7aa6 commit c598f0a
Copy full SHA for c598f0a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎eslint/.eslintrc-reset

Copy file name to clipboardExpand all lines: eslint/.eslintrc-reset
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.