chore: add lint script

This commit is contained in:
dgreif
2016-02-08 06:58:32 -06:00
parent e4cba7f15e
commit 09e1cd4b1e
2 changed files with 3 additions and 3 deletions
-2
View File
@@ -10,7 +10,6 @@
"ecmaFeatures": {
"blockBindings": true,
"forOf": true,
"blockBindings": true,
"defaultParams": true,
"globalReturn": false,
"modules": true,
@@ -59,7 +58,6 @@
"comma-style": [2, "last"],
"consistent-this": [1, "self"],
"eol-last": 0,
"new-cap": 0,
"new-parens": 2,
"no-array-constructor": 2,
"no-mixed-spaces-and-tabs": 2,