Skip to content

Commit

Permalink
+ignores [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Sep 2, 2024
1 parent 27e8b60 commit 87b121b
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
"clientKind": "git",
"useIgnoreFile": true
},
"files": {
"ignore": [
"node_modules/**",
"dist/**/*",
"coverage/**/*",
".github/**/*",
"docs/**/*"
]
},
"linter": {
"enabled": true,
"rules": {
Expand Down Expand Up @@ -79,18 +88,7 @@
"useNamespaceKeyword": "error",
"useValidTypeof": "error"
}
},
"ignore": [
"node_modules/**",
"dist/**",
"**/coverage",
"**/.github",
"**/samples",
"**/main.d.ts",
"docs/**",
"**/vite.config.ts",
"**/vitest.config.ts"
]
}
},
"javascript": {
"globals": [
Expand Down

0 comments on commit 87b121b

Please sign in to comment.