[Eslint] Add support for mjs and cjs, format config

This commit is contained in:
2025-06-06 11:46:57 +02:00
parent 8b7f15eddf
commit 1f460ccc38
3 changed files with 438 additions and 89 deletions

8
config/lint/package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"devDependencies": {
"@eslint/js": "^9.28.0",
"@stylistic/eslint-plugin": "^4.4.1",
"eslint-plugin-vue": "^10.2.0",
"typescript-eslint": "^8.33.1"
}
}