mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
chore(tests): disable no-plusplus rule in js linter
This commit is contained in:
parent
b1dde41918
commit
3ccc92c317
@ -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,
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user