Add strip whitespace and trailing eol to spec too. (#3159)

This commit is contained in:
Arthur Cinader
2016-12-01 18:45:49 -08:00
committed by Florent Vilmart
parent 8359284329
commit 37daafc7b0
19 changed files with 38 additions and 36 deletions

View File

@@ -30,6 +30,8 @@
},
"rules": {
"no-console": [0],
"indent": ["error", 2]
"indent": ["error", 2],
"no-trailing-spaces": 2,
"eol-last": 2
}
}
}