We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c9d6e7 + 206316e commit 3663f87Copy full SHA for 3663f87
.eslintrc.js
@@ -119,6 +119,7 @@ module.exports = {
119
'no-shadow': 2,
120
'no-underscore-dangle': [2, { enforceInMethodNames: true }],
121
'no-undef': [2, { typeof: true }],
122
+ 'no-unsafe-optional-chaining': [2, { disallowArithmeticOperators: true }],
123
'no-unused-vars': [2, {}],
124
'no-useless-computed-key': [2, { enforceForClassMembers: true }],
125
'no-useless-concat': 2,
0 commit comments