Skip to content

Commit 9888dc3

Browse files
committed
json
1 parent 4539cbc commit 9888dc3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.0.56-11-g7db037a
2+
_commit: v0.0.56-12-g5b765f3
33
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
44
description: A web app that is hosted within a local intranet. Nuxt frontend, python
55
backend, docker-compose

biome.jsonc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"**",
1111
"!template/template/biome.jsonc",
1212
"!template/biome.jsonc",
13-
"!**/*.css" // still too many false positives, so we exclude CSS files
14-
]
15-
}
13+
"!**/*.css", // still too many false positives, so we exclude CSS files
14+
],
15+
},
1616
}

template/biome.jsonc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"**",
1111
"!template/template/biome.jsonc",
1212
"!template/biome.jsonc",
13-
"!**/*.css" // still too many false positives, so we exclude CSS files
14-
]
15-
}
13+
"!**/*.css", // still too many false positives, so we exclude CSS files
14+
],
15+
},
1616
}

0 commit comments

Comments
 (0)