chore(tests): disable no-plusplus rule in js linter

This commit is contained in:
Gabe Kangas 2024-09-15 13:01:48 -07:00
parent b1dde41918
commit 3ccc92c317

View file

@ -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,
{