dep(dev): @cordova/eslint-config@4.0.0 w/ fix (#223)

This commit is contained in:
エリス 2021-11-19 16:46:10 +09:00 committed by GitHub
parent cc24a4d257
commit ad9fa6e016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2794 additions and 867 deletions

View File

@ -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

3655
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -38,6 +38,6 @@
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"devDependencies": {
"@cordova/eslint-config": "^3.0.0"
"@cordova/eslint-config": "^4.0.0"
}
}