Skip to content

Commit

Permalink
feat: override require-atomic-updates (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Mar 26, 2020
1 parent 6455d7a commit 8105c93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Expand Up @@ -37,7 +37,8 @@
"node/no-unsupported-features/es-syntax": "off",
"node/no-missing-require": "off",
"node/shebang": "off",
"no-dupe-class-members": "off"
"no-dupe-class-members": "off",
"require-atomic-updates": "off"
},
"parserOptions": {
"ecmaVersion": 2018,
Expand Down

0 comments on commit 8105c93

Please sign in to comment.