Skip to content

Commit

Permalink
chore(frontend): disable eslint require-atomic-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
remin committed May 17, 2020
1 parent f2ce466 commit c367807
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions atcoder-problems-frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ module.exports = {
"react/prop-types": 0, // we do not employ 'prop-types'
"@typescript-eslint/camelcase": 0, // API responses contain snake_case properties
"@typescript-eslint/explicit-function-return-type": 0, // enable the rule in "overrides"
// TODO: enable the following rules in the future
"require-atomic-updates": 0, // https://github.com/eslint/eslint/issues/11899
},
settings: {
react: { version: "detect" },
Expand Down

0 comments on commit c367807

Please sign in to comment.