organize
This commit is contained in:
parent
e34f4814c8
commit
f788af6c28
2 changed files with 12 additions and 3 deletions
10
biome.json
10
biome.json
|
|
@ -140,7 +140,15 @@
|
|||
":BLANK_LINE:",
|
||||
[":PATH:", "src/stores/**"],
|
||||
":BLANK_LINE:",
|
||||
[":PATH:", "src/**", "src/stores/**", "src/components/**"],
|
||||
[":PATH:", "src/composables/**"],
|
||||
":BLANK_LINE:",
|
||||
[
|
||||
":PATH:",
|
||||
"src/**",
|
||||
"src/stores/**",
|
||||
"src/components/**",
|
||||
"src/composables/**"
|
||||
],
|
||||
":BLANK_LINE:",
|
||||
"@fortawesome/fontawesome-svg-core",
|
||||
"@fortawesome/*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue