mirror of
https://github.com/fmhy/edit.git
synced 2025-08-05 18:52:13 +10:00
feat: feedback v2
This commit is contained in:
parent
d17887ca75
commit
9faa251c86
26 changed files with 1042 additions and 419 deletions
15
biome.json
15
biome.json
|
@ -1,8 +1,12 @@
|
|||
{
|
||||
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
|
||||
"extends": ["@taskylizard/biome-config"],
|
||||
"extends": ["@taskylizard/biome-config", "./docs/.vitepress/.imports.json"],
|
||||
"files": {
|
||||
"ignore": ["docs/.vitepress/**/*.vue", "docs/.vitepress/vue-shim.d.ts"]
|
||||
"ignore": [
|
||||
"docs/.vitepress/**/*.vue",
|
||||
"docs/.vitepress/vue-shim.d.ts",
|
||||
"docs/.vitepress/imports.d.ts"
|
||||
]
|
||||
},
|
||||
"formatter": {
|
||||
"enabled": false
|
||||
|
@ -19,12 +23,7 @@
|
|||
"linter": {
|
||||
"rules": {
|
||||
"style": {
|
||||
"useFilenamingConvention": {
|
||||
"level": "info",
|
||||
"options": {
|
||||
"filenameCases": ["camelCase", "PascalCase"]
|
||||
}
|
||||
},
|
||||
"useFilenamingConvention": "off",
|
||||
"noDefaultExport": "off"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue