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 14bc22f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
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-update": "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

0 comments on commit 14bc22f

Please sign in to comment.