Skip to content

Commit 528d869

Browse files
committed
updated eslint
1 parent 9f0d513 commit 528d869

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
"no-extra-semi": [
5555
"off"
5656
],
57+
"no-return-assign": [
58+
"off"
59+
],
5760
"semi-spacing": [
5861
"error",
5962
{

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"babel-preset-es2015": "^6.6.0",
4242
"babel-register": "^6.7.2",
4343
"chai": "^3.5.0",
44-
"eslint": "^2.5.1",
4544
"eslint-config-strict": "^8.5.0",
4645
"eslint-plugin-filenames": "^0.2.0",
4746
"gulp": "^3.9.1",

0 commit comments

Comments
 (0)