16 lines
231 B
JSON
16 lines
231 B
JSON
|
{
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"commonjs": true,
|
||
|
"es2021": true
|
||
|
},
|
||
|
"extends": "eslint:recommended",
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 2020
|
||
|
},
|
||
|
"rules": {
|
||
|
"no-undef": "off",
|
||
|
"no-console": "off"
|
||
|
}
|
||
|
}
|