Skip to content

Commit

Permalink
ci(fix): change ignore rules
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Jul 10, 2024
1 parent 0b7031a commit 70a96db
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@
"lineEnding": "lf",
"lineWidth": 85,
"attributePosition": "auto",
"ignore": [
"**/node_modules",
"**/.next",
"**/yarn.lock",
"**/package-lock.json",
"**/public"
]
"ignore": ["node_modules", ".next", "yarn.lock", "package-lock.json", "public"]
},
"organizeImports": { "enabled": false },
"linter": {
Expand Down

0 comments on commit 70a96db

Please sign in to comment.