chore: trying out oxlint

This commit is contained in:
Arno Wiest
2025-06-13 00:02:05 +02:00
parent 5cd186d3d4
commit 229ce04118
5 changed files with 896 additions and 1 deletions
+4
View File
@@ -15,6 +15,8 @@
"check:code": "npm run format && npm run lint:p && npm run check:svelte && npm run check:typescript",
"check:all": "npm run check:code && npm run test:cov",
"lint": "eslint . --max-warnings 0",
"lint:ox": "oxlint .",
"lint:ox-full": "npm run lint:ox && npm run lint:p",
"lint:p": "eslint-p . --max-warnings 0 --concurrency=4",
"lint:fix": "npm run lint -- --fix",
"format": "prettier --check .",
@@ -80,10 +82,12 @@
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.0",
"eslint-p": "^0.23.0",
"eslint-plugin-oxlint": "^1.1.0",
"eslint-plugin-svelte": "^3.9.0",
"eslint-plugin-unicorn": "^59.0.0",
"factory.ts": "^1.4.1",
"globals": "^16.0.0",
"oxlint": "^1.1.0",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-sort-json": "^4.1.1",