changed the default rules

This commit is contained in:
Erich Gamma 2016-01-15 14:45:30 +01:00
parent 6e2403964a
commit c22706efe9

View file

@ -1,5 +1,7 @@
{
"rules": {
"no-unused-variable": true
"no-unused-expression": true,
"no-unreachable": true,
"no-duplicate-variable": true
}
}