mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
eslint ignorePatterns fixed
This commit is contained in:
parent
aa7d054327
commit
25e2069b22
1 changed files with 5 additions and 3 deletions
|
|
@ -24,9 +24,11 @@
|
|||
}
|
||||
},
|
||||
"ignorePatterns": [
|
||||
"src/routes/Settings/**",
|
||||
"src/routes/Player/**",
|
||||
"src/video/**"
|
||||
"/*",
|
||||
"!/src",
|
||||
"src/routes/Settings",
|
||||
"src/routes/Player",
|
||||
"src/video"
|
||||
],
|
||||
"rules": {
|
||||
"arrow-parens": "error",
|
||||
|
|
|
|||
Loading…
Reference in a new issue