Skip to content

Commit

Permalink
feat: no-plusplus
Browse files Browse the repository at this point in the history
  • Loading branch information
Aluisio committed Sep 6, 2024
1 parent d5ef222 commit c66a743
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions next.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ module.exports = {
'jsx-a11y/click-events-have-key-events': 'off',
'jsx-a11y/no-static-element-interactions': 'off',
'jsx-a11y/control-has-associated-label': 'off',
'no-plusplus': 'off'
},
settings: {
'import/extensions': [
Expand Down
1 change: 1 addition & 0 deletions node.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ module.exports = {
},
},
],
'no-plusplus': 'off'
},
settings: {
'import/extensions': [
Expand Down
1 change: 1 addition & 0 deletions react.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ module.exports = {
'jsx-a11y/click-events-have-key-events': 'off',
'jsx-a11y/no-static-element-interactions': 'off',
'jsx-a11y/control-has-associated-label': 'off',
'no-plusplus': 'off'
},
settings: {
'import/extensions': [
Expand Down

0 comments on commit c66a743

Please sign in to comment.