Add basic support for markdown sources
This commit is contained in:
parent
1848d3cfb6
commit
1c64a941cd
9 changed files with 118 additions and 50 deletions
13
biome.json
13
biome.json
|
@ -8,14 +8,8 @@
|
|||
"files": {
|
||||
"ignoreUnknown": false,
|
||||
"ignore": [
|
||||
"dist",
|
||||
".next",
|
||||
"public",
|
||||
"*.d.ts",
|
||||
"*.json",
|
||||
"build",
|
||||
"*.svelte",
|
||||
".svelte-kit"
|
||||
"*.json"
|
||||
]
|
||||
},
|
||||
"formatter": {
|
||||
|
@ -39,10 +33,5 @@
|
|||
"formatter": {
|
||||
"quoteStyle": "double"
|
||||
}
|
||||
},
|
||||
"css": {
|
||||
"parser": {
|
||||
"cssModules": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue