Skip to content

Commit

Permalink
Update dependency eslint to v6 (#12)
Browse files Browse the repository at this point in the history
* Update dependency eslint to v6

* Disable require-atomic-updates to allow eslint upgrade

Rules require-atomic-updates isn't useful
eslint/eslint#11911
  • Loading branch information
renovate[bot] authored and darthwalsh committed Jul 4, 2019
1 parent f3ac293 commit 15e2135
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .eslintrc.js
Expand Up @@ -17,6 +17,9 @@ module.exports = {
"no-case-declarations": "off",
"valid-jsdoc": "off",

// Too aggressive because of https://github.com/eslint/eslint/issues/11911
"require-atomic-updates": "off",

"eqeqeq": "error",
"operator-assignment": "error",
"object-shorthand": "error",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"@types/node": "11.13.9",
"@types/ws": "6.0.1",
"csv-parse": "4.4.3",
"eslint": "5.16.0",
"eslint": "6.0.1",
"eslint-config-google": "0.13.0",
"jasmine": "3.4.0",
"jasmine-reporters": "2.3.2",
Expand Down

0 comments on commit 15e2135

Please sign in to comment.