Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
chore: turn off no-plusplus
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmars committed Feb 17, 2022
1 parent 5447787 commit dadfd42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = {
'no-console': 'warn',
'no-only-tests/no-only-tests': 'error',
'no-param-reassign': 'off',
'no-plusplus': 'off',
'no-return-assign': 'warn',
'object-curly-newline': 'off',
'prefer-destructuring': 'off',
Expand Down

0 comments on commit dadfd42

Please sign in to comment.