25 строки
350 B
JavaScript
25 строки
350 B
JavaScript
module.exports = {
|
|
globals: {
|
|
EMOJIS: true,
|
|
PRODUCTION: true,
|
|
SCOPE_VERSION: true,
|
|
TRANSLATIONS: true,
|
|
oc_userconfig: true,
|
|
appName: true,
|
|
appVersion: true,
|
|
},
|
|
extends: [
|
|
'@nextcloud',
|
|
],
|
|
plugins: [
|
|
'cypress',
|
|
],
|
|
parserOptions: {
|
|
babelOptions: {
|
|
plugins: [
|
|
'@babel/plugin-syntax-import-assertions',
|
|
],
|
|
},
|
|
},
|
|
}
|