add javascript linting config
This commit is contained in:
13
biome.json
13
biome.json
@@ -6,13 +6,8 @@
|
||||
"useIgnoreFile": true
|
||||
},
|
||||
"files": {
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
".output",
|
||||
"dist",
|
||||
"prisma/migrations",
|
||||
"*.gen.ts"
|
||||
]
|
||||
"includes": ["src/**/*.ts", "src/**/*.tsx"],
|
||||
"ignoreUnknown": false
|
||||
},
|
||||
"formatter": {
|
||||
"enabled": true,
|
||||
@@ -26,7 +21,9 @@
|
||||
},
|
||||
"javascript": {
|
||||
"formatter": {
|
||||
"quoteStyle": "double"
|
||||
"quoteStyle": "single",
|
||||
"semicolons": "always",
|
||||
"trailingCommas": "all"
|
||||
}
|
||||
},
|
||||
"assist": {
|
||||
|
||||
Reference in New Issue
Block a user