Skip to content

Commit

Permalink
chore: update biome config
Browse files Browse the repository at this point in the history
Signed-off-by: Urban Vidovič <[email protected]>
  • Loading branch information
pseudobun committed Nov 4, 2024
1 parent b08bce7 commit 036cdd5
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions configs/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"include": [
"**/*.js",
"**/*.ts",
"**/*.tsx",
"**/*.jsx",
"**/*.json",
"**/*.md",
"**/*.yml",
"**/*.yaml",
"**/*.html"
"**/*.tsx",
"**/*.cjs",
"**/*.cts",
"**/*.mjs",
"**/*.mts",
"**/*.json"
],
"ignore": [
"**/packages/**",
"**/node_modules/**",
"**/dist/**",
"**/.million/**",
"**/build/**",
"**/.next/**",
"**/out/**",
Expand Down Expand Up @@ -46,7 +46,8 @@
"noDangerouslySetInnerHtml": "off"
},
"correctness": {
"useExhaustiveDependencies": "off"
"useExhaustiveDependencies": "off",
"noUnusedImports": "error"
},
"a11y": {
"useKeyWithClickEvents": "off"
Expand Down

0 comments on commit 036cdd5

Please sign in to comment.