mirror of
https://github.com/zotero/zotero.git
synced 2026-09-20 00:12:49 +00:00
19 lines
No EOL
397 B
Text
19 lines
No EOL
397 B
Text
{
|
|
"env": {
|
|
"browser": true,
|
|
"es6": true,
|
|
"node": true,
|
|
"mocha": true
|
|
},
|
|
"globals": {
|
|
"assert": "readonly",
|
|
"createDataObject": "readonly",
|
|
"createGroup": "readonly",
|
|
"createUnsavedDataObject": "readonly",
|
|
"getPromiseError": "readonly",
|
|
"getGroup": "readonly",
|
|
"getTempDirectory": "readonly",
|
|
"getTestDataDirectory": "readonly",
|
|
"importFileAttachment": "readonly",
|
|
}
|
|
} |