mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
14 lines
227 B
JavaScript
14 lines
227 B
JavaScript
|
module.exports = {
|
||
|
"env": {
|
||
|
"node": true,
|
||
|
"commonjs": true,
|
||
|
"es2020": true
|
||
|
},
|
||
|
"extends": "eslint:recommended",
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 11
|
||
|
},
|
||
|
"rules": {
|
||
|
}
|
||
|
};
|