mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-22 18:26:01 +08:00
19 lines
287 B
JavaScript
19 lines
287 B
JavaScript
module.exports = {
|
|
env: {
|
|
es6: true,
|
|
node: true
|
|
},
|
|
extends: [
|
|
'integromat'
|
|
],
|
|
parserOptions: {
|
|
"ecmaVersion": 2017,
|
|
"ecmaFeatures": {
|
|
"globalReturn": true
|
|
}
|
|
},
|
|
globals: {
|
|
},
|
|
rules: {
|
|
}
|
|
}; |