changed the default rules
parent
6e2403964a
commit
c22706efe9
|
@ -1,5 +1,7 @@
|
||||||
{
|
{
|
||||||
"rules": {
|
"rules": {
|
||||||
"no-unused-variable": true
|
"no-unused-expression": true,
|
||||||
|
"no-unreachable": true,
|
||||||
|
"no-duplicate-variable": true
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue