|
|
@@ -12,7 +12,7 @@
|
|
|
"docs:serve": "vitepress serve docs",
|
|
|
"docs:test": "vitest run --config docs/.vitepress/vitest.config.js",
|
|
|
"build": "node build.js",
|
|
|
- "lint": "prettier --cache --check . && eslint --cache . && stylelint web/css/src/**/*.css && markdownlint-cli2 *.md docs/**/*.md",
|
|
|
+ "lint": "prettier --cache --check . && npx @biomejs/biome lint . && stylelint web/css/src/**/*.css && markdownlint-cli2 *.md docs/**/*.md",
|
|
|
"lint-staged": "lint-staged",
|
|
|
"format": "prettier --cache --write .",
|
|
|
"preinstall": "npx only-allow npm",
|
|
|
@@ -32,15 +32,12 @@
|
|
|
"xterm-addon-webgl": "^0.16.0"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
+ "@biomejs/biome": "1.9.4",
|
|
|
"@prettier/plugin-php": "^0.22.4",
|
|
|
"@testing-library/vue": "^8.1.0",
|
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
|
"browserslist": "^4.24.4",
|
|
|
"esbuild": "^0.25.0",
|
|
|
- "eslint": "^8.57.1",
|
|
|
- "eslint-config-prettier": "^9.1.0",
|
|
|
- "eslint-plugin-editorconfig": "^4.0.3",
|
|
|
- "eslint-plugin-import": "^2.31.0",
|
|
|
"husky": "^9.1.7",
|
|
|
"jsdom": "^25.0.1",
|
|
|
"lightningcss": "^1.29.1",
|