Skip to content

Commit

Permalink
update ignore list in biome.json to include package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiazya committed Jun 13, 2024
1 parent 9a5db15 commit 90cf89e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lineEnding": "lf",
"lineWidth": 120,
"attributePosition": "auto",
"ignore": ["**/node_modules", "dist", ".all-contributorsrc", "example/docs"]
"ignore": ["**/node_modules", "dist", ".all-contributorsrc", "example/docs", "package.json"]
},
"organizeImports": { "enabled": true },
"linter": {
Expand All @@ -32,7 +32,7 @@
"useNamespaceKeyword": "error"
}
},
"ignore": ["**/node_modules", "dist", ".all-contributorsrc", "example/docs"]
"ignore": ["**/node_modules", "dist", ".all-contributorsrc", "example/docs", "package.json"]
},
"javascript": {
"formatter": {
Expand Down

0 comments on commit 90cf89e

Please sign in to comment.