Upgrade to eslint 4, disable no-useless-escape rule

This commit is contained in:
Bryan Housel
2017-06-12 02:26:01 -04:00
parent 0c043d318d
commit e9dafb142f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -55,6 +55,7 @@
"no-unused-expressions": "error",
"no-unexpected-multiline": "error",
"no-unused-vars": "warn",
"no-useless-escape": "off",
"no-void": "error",
"no-warning-comments": "warn",
"no-with": "error",
+1 -1
View File
@@ -44,7 +44,7 @@
"ecstatic": "~2.2.0",
"editor-layer-index": "osmlab/editor-layer-index.git#gh-pages",
"gaze": "~1.1.1",
"eslint": "~3.19.0",
"eslint": "~4.0.0",
"glob": "~7.1.0",
"happen": "~0.3.1",
"js-yaml": "~3.8.1",