We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0a493 commit 6f6ffdaCopy full SHA for 6f6ffda
.pre-commit-config.yaml
@@ -81,7 +81,7 @@ repos:
81
- id: biome-check
82
args: [--error-on-warnings]
83
additional_dependencies:
84
- - '@biomejs/biome@2.3.13'
+ - '@biomejs/biome@2.3.14'
85
ci:
86
autoupdate_schedule: quarterly
87
skip:
biome.json
@@ -1,5 +1,5 @@
1
{
2
- "$schema": "https://biomejs.dev/schemas/2.3.13/schema.json",
+ "$schema": "https://biomejs.dev/schemas/2.3.14/schema.json",
3
"linter": {
4
"enabled": true
5
},
0 commit comments