| Current Path : /lib/node_modules/pm2/node_modules/vm2/ |
| Current File : //lib/node_modules/pm2/node_modules/vm2/.eslintrc.js |
module.exports = {
env: {
es6: true,
node: true
},
extends: [
'integromat'
],
parserOptions: {
'ecmaVersion': 2017,
'ecmaFeatures': {
'globalReturn': true
}
},
globals: {
},
rules: {
}
};