fixes #725 by updating jshint (#848)

This commit is contained in:
Cassie Tarakajian 2019-02-25 16:52:07 -05:00 committed by GitHub
parent 2cc0d578fb
commit 74ec1ba5bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 947 additions and 1332 deletions

View File

@ -97,7 +97,7 @@ class Editor extends React.Component {
'asi': true,
'eqeqeq': false,
'-W041': false,
'esversion': 6
'esversion': 7
}
}
});

2275
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -108,7 +108,7 @@
"is-url": "^1.2.4",
"js-beautify": "^1.8.9",
"jsdom": "^9.8.3",
"jshint": "^2.9.7",
"jshint": "^2.10.1",
"lodash": "^4.17.11",
"loop-protect": "github:catarak/loop-protect",
"mjml": "^3.3.2",