mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
eslint detect react version
This commit is contained in:
parent
1b5eb12442
commit
8917c88f1c
1 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,11 @@
|
|||
"eslint:recommended",
|
||||
"plugin:react/recommended"
|
||||
],
|
||||
"settings": {
|
||||
"react": {
|
||||
"version": "detect"
|
||||
}
|
||||
},
|
||||
"globals": {
|
||||
"YT": "readonly",
|
||||
"FB": "readonly"
|
||||
|
|
|
|||
Loading…
Reference in a new issue