mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 13:34:54 +00:00
Fixed: Eslint warnings after update react plugin
This commit is contained in:
parent
1f483c3a3c
commit
21f1fd17bb
1 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,12 @@
|
|||
"react"
|
||||
],
|
||||
|
||||
"settings": {
|
||||
"react": {
|
||||
"version": "detect"
|
||||
}
|
||||
},
|
||||
|
||||
"rules": {
|
||||
"filenames/match-exported": ["error"],
|
||||
|
||||
|
|
Loading…
Reference in a new issue