Skip to content

Commit

Permalink
dep: bump @cordova/eslint-config@4.0.0 w/ fix & package-lock rebuild (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored Jan 21, 2022
1 parent 4093f7e commit 4380d02
Show file tree
Hide file tree
Showing 3 changed files with 2,827 additions and 911 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@

root: true
extends: "@cordova/eslint-config/browser"
rules:
no-var: 0

overrides:
- files: [tests/**/*.js]
extends: "@cordova/eslint-config/node-tests"
rules:
no-var: 0
Loading

0 comments on commit 4380d02

Please sign in to comment.