ESLint, update vite to 5.0.0 and other dependencies (#63)

* Update vite to 5.0.0 and other dependencies

* Eslint

* Update workflow
This commit is contained in:
Louis Lam
2023-11-18 13:59:40 +08:00
committed by GitHub
parent 5ce6b90546
commit 13c3dac44d
13 changed files with 447 additions and 83 deletions

View File

@@ -92,6 +92,9 @@ module.exports = {
"one-var": [ "error", "never" ],
"max-statements-per-line": [ "error", { "max": 1 }],
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-unused-vars": [ "warn", {
"args": "none"
}],
"prefer-const" : "off",
},
};