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.
1 parent 9322da0 commit c570f59Copy full SHA for c570f59
.eslintrc.cjs
@@ -19,7 +19,7 @@ module.exports = {
19
'testing-library/custom-renders': 'off',
20
},
21
rules: {
22
- 'no-plusplus': ['error', { allowForLoopAfterthoughts: true }],
+ 'no-plusplus': 'off',
23
'no-restricted-syntax': [
24
'error',
25
// Options from https://github.com/airbnb/javascript/blob/master/packages/eslint-config-airbnb-base/rules/style.js
0 commit comments