12 lines
309 B
JSON
12 lines
309 B
JSON
|
|
{
|
||
|
|
"env": { "browser": true, "node": true, "es2021": true },
|
||
|
|
"parserOptions": { "ecmaVersion": 2021, "sourceType": "script" },
|
||
|
|
"rules": {
|
||
|
|
"no-unused-vars": "warn",
|
||
|
|
"no-undef": "warn",
|
||
|
|
"no-empty": "warn",
|
||
|
|
"semi": ["error", "always"],
|
||
|
|
"eqeqeq": "warn"
|
||
|
|
}
|
||
|
|
}
|