Skip to content

Commit

Permalink
Update eslint@7.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruimarinho committed Nov 7, 2020
1 parent 72a646f commit bf7ad80
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
11 changes: 7 additions & 4 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
extends: seegno
extends: eslint:recommended

globals: {
goog: true,
env:
node: true
mocha: true

globals:
goog: true
i18n: true
}

rules:
no-var: 0
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
},
"devDependencies": {
"browserify": "^13.1.0",
"eslint": "^3.5.0",
"eslint-config-seegno": "^6.0.0",
"eslint": "^7.13.0",
"google-closure-compiler": "^20200719.0.0",
"google-closure-library": "^20200719.0.0",
"mocha": "^3.0.2",
Expand Down

0 comments on commit bf7ad80

Please sign in to comment.