mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
chore(tests): disable no-plusplus rule in js linter
This commit is contained in:
parent
b1dde41918
commit
3ccc92c317
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue