Skip to content

Commit c570f59

Browse files
committed
Disable an ESLint rule
1 parent 9322da0 commit c570f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
'testing-library/custom-renders': 'off',
2020
},
2121
rules: {
22-
'no-plusplus': ['error', { allowForLoopAfterthoughts: true }],
22+
'no-plusplus': 'off',
2323
'no-restricted-syntax': [
2424
'error',
2525
// Options from https://github.com/airbnb/javascript/blob/master/packages/eslint-config-airbnb-base/rules/style.js

0 commit comments

Comments
 (0)