Skip to content

Commit

Permalink
Disallow assignments that can lead to race conditions due to usage of…
Browse files Browse the repository at this point in the history
… await or yield
  • Loading branch information
feross committed Jul 5, 2019
1 parent f2fac9a commit 2558e02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Expand Up @@ -172,6 +172,7 @@
"prefer-promise-reject-errors": "error",
"quote-props": ["error", "as-needed"],
"quotes": ["error", "single", { "avoidEscape": true, "allowTemplateLiterals": true }],
"require-atomic-updates": "error",
"rest-spread-spacing": ["error", "never"],
"semi": ["error", "never"],
"semi-spacing": ["error", { "before": false, "after": true }],
Expand Down

0 comments on commit 2558e02

Please sign in to comment.