changed the default rules

pull/2030/head
Erich Gamma 2016-01-15 14:45:30 +01:00
parent 6e2403964a
commit c22706efe9
1 changed files with 3 additions and 1 deletions

View File

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