mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
fix: eslint missing warnings on ui
This commit is contained in:
parent
b0edff4963
commit
0f31b364e8
1 changed files with 7 additions and 0 deletions
|
@ -15,6 +15,13 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"no-unused-vars": [
|
||||
2,
|
||||
{
|
||||
"vars": "all",
|
||||
"args": "all"
|
||||
}
|
||||
],
|
||||
"comma-dangle": 0,
|
||||
"semi": 1,
|
||||
"react/no-danger-with-children": 1,
|
||||
|
|
Loading…
Add table
Reference in a new issue