fix #287
This commit is contained in:
parent
e93ffd5ca6
commit
36a715fc3a
2 changed files with 3 additions and 2 deletions
|
@ -65,7 +65,8 @@ class Editor extends React.Component {
|
||||||
}, 2000),
|
}, 2000),
|
||||||
options: {
|
options: {
|
||||||
asi: true,
|
asi: true,
|
||||||
eqeqeq: false
|
eqeqeq: false,
|
||||||
|
'-W041': false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -86,7 +86,7 @@
|
||||||
"htmlhint": "^0.9.13",
|
"htmlhint": "^0.9.13",
|
||||||
"js-beautify": "^1.6.4",
|
"js-beautify": "^1.6.4",
|
||||||
"jsdom": "^9.8.3",
|
"jsdom": "^9.8.3",
|
||||||
"jshint": "^2.9.2",
|
"jshint": "^2.9.4",
|
||||||
"lodash": "^4.16.4",
|
"lodash": "^4.16.4",
|
||||||
"loop-protect": "git+https://git@github.com/catarak/loop-protect.git",
|
"loop-protect": "git+https://git@github.com/catarak/loop-protect.git",
|
||||||
"moment": "^2.14.1",
|
"moment": "^2.14.1",
|
||||||
|
|
Loading…
Reference in a new issue