mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-01-31 00:00:03 +08:00
26 lines
351 B
JSON
26 lines
351 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"node": true,
|
|
"es2020": true
|
|
},
|
|
"extends": [
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"ecmaVersion": 2020,
|
|
"sourceType": "script"
|
|
},
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"test/**/*.js",
|
|
"www/**/*.js"
|
|
],
|
|
"env": {
|
|
"mocha": true
|
|
}
|
|
}
|
|
]
|
|
}
|