Update to eslint-2.0-beta.1 since eslint its getting better at indents (not yet ready to automatic fix)

This commit is contained in:
Gunther Brunner
2016-01-21 22:13:55 +09:00
parent 42e9648da1
commit 25f81aa80f
5 changed files with 16 additions and 7 deletions

9
res/test/.eslintrc Normal file
View File

@@ -0,0 +1,9 @@
// TODO: Some day use eslint-plugin-angular
// https://github.com/Gillespie59/eslint-plugin-angular
{
"env": {
"browser": true,
"node": true,
"protractor": true
}
}