We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae61d0c commit 82b41d1Copy full SHA for 82b41d1
2 files changed
biome.json
@@ -27,7 +27,8 @@
27
"!src/**/*.test.{ts,tsx,js,jsx}",
28
"**/*.{json,jsonc,md,mdx,cjs,mjs}",
29
"!coverage/**",
30
- "!dist/**"
+ "!dist/**",
31
+ "!addon/**"
32
]
33
},
34
"formatter": {
0 commit comments