2026-04-14 16:25:53 -04:00
|
|
|
{
|
|
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|