This commit is contained in:
Cassie Tarakajian 2017-02-01 22:00:19 -05:00
parent e93ffd5ca6
commit 36a715fc3a
2 changed files with 3 additions and 2 deletions

View File

@ -65,7 +65,8 @@ class Editor extends React.Component {
}, 2000),
options: {
asi: true,
eqeqeq: false
eqeqeq: false,
'-W041': false
}
}
});

View File

@ -86,7 +86,7 @@
"htmlhint": "^0.9.13",
"js-beautify": "^1.6.4",
"jsdom": "^9.8.3",
"jshint": "^2.9.2",
"jshint": "^2.9.4",
"lodash": "^4.16.4",
"loop-protect": "git+https://git@github.com/catarak/loop-protect.git",
"moment": "^2.14.1",