Skip to content

Commit 7acdfb2

Browse files
Merge pull request #82 from inventree/SchrodingersGat-patch-2
Update biome.json with file includes
2 parents 2129ab4 + 6166b75 commit 7acdfb2

File tree

1 file changed

+7
-0
lines changed
  • plugin_creator/template/{{ cookiecutter.plugin_name }}

1 file changed

+7
-0
lines changed

plugin_creator/template/{{ cookiecutter.plugin_name }}/biome.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
3+
"files": {
4+
"includes": [
5+
"**",
6+
"frontend/src/**",
7+
"!frontend/src/locales/**"
8+
]
9+
},
310
"javascript": {
411
"formatter": {
512
"quoteStyle": "single",

0 commit comments

Comments
 (0)