mirror of
https://github.com/apache/cordova-plugin-statusbar.git
synced 2026-02-02 00:00:01 +08:00
dep(dev): @cordova/eslint-config@4.0.0 w/ fix (#223)
This commit is contained in:
@@ -17,7 +17,11 @@
|
|||||||
|
|
||||||
root: true
|
root: true
|
||||||
extends: '@cordova/eslint-config/browser'
|
extends: '@cordova/eslint-config/browser'
|
||||||
|
rules:
|
||||||
|
no-var: 0
|
||||||
|
|
||||||
overrides:
|
overrides:
|
||||||
- files: [tests/**/*.js]
|
- files: [tests/**/*.js]
|
||||||
extends: '@cordova/eslint-config/node-tests'
|
extends: '@cordova/eslint-config/node-tests'
|
||||||
|
rules:
|
||||||
|
no-var: 0
|
||||||
|
|||||||
3655
package-lock.json
generated
3655
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -38,6 +38,6 @@
|
|||||||
"author": "Apache Software Foundation",
|
"author": "Apache Software Foundation",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cordova/eslint-config": "^3.0.0"
|
"@cordova/eslint-config": "^4.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user