chore: lint with biome
This commit is contained in:
parent
a69a834899
commit
9f39e9663d
52
biome.json
Normal file
52
biome.json
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
|
||||||
|
"extends": ["@taskylizard/biome-config"],
|
||||||
|
"formatter": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"linter": {
|
||||||
|
"rules": {
|
||||||
|
"style": {
|
||||||
|
"noDefaultExport": "off",
|
||||||
|
"useNamingConvention": {
|
||||||
|
"level": "error",
|
||||||
|
"options": {
|
||||||
|
"strictCase": false,
|
||||||
|
"conventions": [
|
||||||
|
{
|
||||||
|
"selector": {
|
||||||
|
"kind": "typeParameter"
|
||||||
|
},
|
||||||
|
"formats": ["PascalCase"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"selector": {
|
||||||
|
"kind": "any"
|
||||||
|
},
|
||||||
|
"match": "[ab_]|(.{2,})"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"selector": {
|
||||||
|
"kind": "objectLiteralMember"
|
||||||
|
},
|
||||||
|
"match": ".*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"selector": {
|
||||||
|
"kind": "typeMember"
|
||||||
|
},
|
||||||
|
"match": ".*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"selector": {
|
||||||
|
"kind": "variable"
|
||||||
|
},
|
||||||
|
"match": ".*"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -1,7 +0,0 @@
|
|||||||
// @ts-check
|
|
||||||
import tasky from '@taskylizard/eslint-config'
|
|
||||||
|
|
||||||
export default tasky({
|
|
||||||
vue: true,
|
|
||||||
browser: true
|
|
||||||
})
|
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "fmhy",
|
"name": "fmhy",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"packageManager": "pnpm@9.0.4",
|
"packageManager": "pnpm@9.4.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"docs:dev": "vitepress dev",
|
"docs:dev": "vitepress dev",
|
||||||
"docs:build": "vitepress build",
|
"docs:build": "vitepress build",
|
||||||
@ -12,7 +12,9 @@
|
|||||||
"api:preview": "node .output/server/index.mjs",
|
"api:preview": "node .output/server/index.mjs",
|
||||||
"og:dev": "x-satori -t ./.vitepress/hooks/Template.vue -c ./.vitepress/hooks/satoriConfig.ts --dev",
|
"og:dev": "x-satori -t ./.vitepress/hooks/Template.vue -c ./.vitepress/hooks/satoriConfig.ts --dev",
|
||||||
"format": "prettier -w --cache --check .",
|
"format": "prettier -w --cache --check .",
|
||||||
"lint": "eslint .vitepress -f pretty --cache",
|
"lint": "biome lint .",
|
||||||
|
"lint:fix": "biome lint . --write",
|
||||||
|
"lint:fix:unsafe": "biome lint . --write --unsafe",
|
||||||
"postinstall": "nitropack prepare"
|
"postinstall": "nitropack prepare"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -33,9 +35,11 @@
|
|||||||
"zod": "^3.22.4"
|
"zod": "^3.22.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@biomejs/biome": "^1.8.3",
|
||||||
"@iconify-json/carbon": "^1.1.28",
|
"@iconify-json/carbon": "^1.1.28",
|
||||||
"@iconify-json/heroicons-solid": "^1.1.11",
|
"@iconify-json/heroicons-solid": "^1.1.11",
|
||||||
"@iconify-json/twemoji": "^1.1.15",
|
"@iconify-json/twemoji": "^1.1.15",
|
||||||
|
"@taskylizard/biome-config": "^1.0.1",
|
||||||
"@types/fs-extra": "^11.0.4",
|
"@types/fs-extra": "^11.0.4",
|
||||||
"@types/node": "^20.11.15",
|
"@types/node": "^20.11.15",
|
||||||
"@types/nprogress": "^0.2.3",
|
"@types/nprogress": "^0.2.3",
|
||||||
|
2837
pnpm-lock.yaml
2837
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user