зеркало из https://github.com/github/fetch.git
40 строки
641 B
JSON
40 строки
641 B
JSON
{
|
|
"parserOptions": {
|
|
"sourceType": "module"
|
|
},
|
|
"globals": {
|
|
"WHATWGFetch": true,
|
|
"ArrayBuffer": true,
|
|
"DataView": true,
|
|
"Promise": true,
|
|
"Symbol": true,
|
|
"Uint8Array": true
|
|
},
|
|
"extends": [
|
|
"plugin:github/browser"
|
|
],
|
|
"rules": {
|
|
"object-shorthand": "off"
|
|
},
|
|
"overrides": [
|
|
{
|
|
"files": ["test/*.js"],
|
|
"env": {
|
|
"browser": true,
|
|
"mocha": true
|
|
},
|
|
"globals": {
|
|
"assert": true,
|
|
"chai": true,
|
|
"FileReaderSync": true
|
|
}
|
|
},
|
|
{
|
|
"files": ["test/worker.js"],
|
|
"env": {
|
|
"worker": true
|
|
}
|
|
}
|
|
]
|
|
}
|