mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 17:30:01 +02:00
Update unused-imports rule to warn instead of error in .eslintrc.json
This commit is contained in:
parent
dbb3bb1d6f
commit
239fbc24a6
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@
|
||||||
"rules": {
|
"rules": {
|
||||||
"react/display-name": "off",
|
"react/display-name": "off",
|
||||||
"react/no-unescaped-entities": "off",
|
"react/no-unescaped-entities": "off",
|
||||||
"unused-imports/no-unused-imports": "error"
|
"unused-imports/no-unused-imports": "warn"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue