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