Add support for eslint5 (#2009)

Fixes #2006

- Makes a copy of .eslintrc in .eslintrc.json
- Updates eslint rules to support eslint5.
- Changes travis to use eslint5
This commit is contained in:
RoboErikG
2018-08-20 14:42:57 -07:00
committed by GitHub
parent 46ee2d90fb
commit a8bb9091bb
2 changed files with 77 additions and 1 deletions

View File

@@ -25,7 +25,7 @@
"license": "Apache-2.0",
"private": true,
"devDependencies": {
"eslint": "^4.19.1",
"eslint": "^5.3.0",
"google-closure-compiler": "^20180610.0.2",
"google-closure-library": "^20180506.0.0",
"gulp": "^3.9.1",