Skip to content

Commit

Permalink
Add no-unsafe-optional-chaining ESLint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Dec 7, 2020
1 parent 7c9d6e7 commit 206316e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ module.exports = {
'no-shadow': 2,
'no-underscore-dangle': [2, { enforceInMethodNames: true }],
'no-undef': [2, { typeof: true }],
'no-unsafe-optional-chaining': [2, { disallowArithmeticOperators: true }],
'no-unused-vars': [2, {}],
'no-useless-computed-key': [2, { enforceForClassMembers: true }],
'no-useless-concat': 2,
Expand Down

0 comments on commit 206316e

Please sign in to comment.