mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +00:00
prototype builtins rule disabled in eslint
This commit is contained in:
parent
7dfb92bb06
commit
dbfec0cae0
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@
|
||||||
"max": 1
|
"max": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"no-prototype-builtins": "off",
|
||||||
"no-template-curly-in-string": "error",
|
"no-template-curly-in-string": "error",
|
||||||
"no-trailing-spaces": "error",
|
"no-trailing-spaces": "error",
|
||||||
"no-useless-concat": "error",
|
"no-useless-concat": "error",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue