Skip to content

Commit

Permalink
quiet require-atomic-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bkendall committed Apr 6, 2020
1 parent 3265f7f commit f19187d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = {
"prettier/prettier": "error",
"valid-jsdoc": "off", // This is deprecated but included in recommended configs.
"require-jsdoc": "off", // This rule is deprecated and superseded by jsdoc/require-jsdoc.
"require-atomic-updates": "off", // This rule is so noisey and isn't useful: https://github.com/eslint/eslint/issues/11899
"no-prototype-builtins": "warn", // TODO(bkendall): remove, allow to error.
"no-restricted-globals": ["error", "name", "length"],
"no-useless-escape": "warn", // TODO(bkendall): remove, allow to error.
Expand Down Expand Up @@ -52,7 +53,6 @@ module.exports = {
"no-constant-condition": "warn", // TODO(bkendall): remove, allow to error.
"no-fallthrough": "warn", // TODO(bkendall): remove, allow to error.
"no-unused-vars": "warn", // TODO(bkendall): remove, allow to error.
"require-atomic-updates": "warn", // TODO(bkendall): remove, allow to error.
},
},
{
Expand Down

0 comments on commit f19187d

Please sign in to comment.