diff --git a/.eslintrc.js b/.eslintrc.js index 449654e..de5e978 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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", diff --git a/package.json b/package.json index e7e3ef5..098649a 100644 --- a/package.json +++ b/package.json @@ -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",