j40-cejst-2/infrastructure/functions/detect-changes-for-worker/.eslintrc.js

14 lines
227 B
JavaScript
Raw Permalink Normal View History

module.exports = {
"env": {
"node": true,
"commonjs": true,
"es2020": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 11
},
"rules": {
}
};