chore: update eslint config

This commit is contained in:
e-cloud 2016-07-14 20:53:47 +08:00
parent 5328e03802
commit 9903be3123
2 changed files with 7 additions and 2 deletions

1
.eslintignore Normal file
View File

@ -0,0 +1 @@
test

View File

@ -7,6 +7,10 @@
"func-names": 0,
"max-len": [1, 120, 2],
"no-use-before-define": 1,
"no-param-reassign": [2, { "props": false }]
}
"no-param-reassign": 0,
"strict": 0
},
"parser-options": {
"ecmaVersion": 6
}
}