chore(tests): disable no-plusplus rule in js linter
This commit is contained in:
@@ -52,6 +52,7 @@ module.exports = {
|
||||
'no-shadow': 'off',
|
||||
'@typescript-eslint/no-shadow': ['error'],
|
||||
'no-restricted-exports': 'off',
|
||||
'no-plusplus': 'off',
|
||||
'react/jsx-no-target-blank': [
|
||||
1,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user