Skip to content

Commit 0af4d0b

Browse files
committed
update eslint
1 parent 13dbb45 commit 0af4d0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.eslintrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@
5252
"indent": 0,
5353
"newline-per-chained-call": 0
5454
}
55+
},
56+
{
57+
"files": ["Gruntfile.js"],
58+
"rules": {
59+
"camelcase": 0
60+
}
5561
}
5662
]
5763
}

0 commit comments

Comments
 (0)