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 f52592e commit a116f48Copy full SHA for a116f48
biome.json
@@ -23,6 +23,14 @@
23
"lineEnding": "lf",
24
"lineWidth": 90
25
},
26
+ "json": {
27
+ "linter": {
28
+ "enabled": false
29
+ },
30
+ "formatter": {
31
32
+ }
33
34
"javascript": {
35
"formatter": {
36
"trailingCommas": "es5",
package.json
@@ -15,7 +15,7 @@
15
"test": "npm test -w ./packages",
16
"version": "changeset version",
17
"release": "gh workflow run release",
18
- "release:local": "npm run build && changeset publish && npm run format"
+ "release:local": "npm run build && changeset publish"
19
20
"devDependencies": {
21
"@biomejs/biome": "1.9.2",
0 commit comments