Skip to content

Commit

Permalink
chore: move biome formatter.ignore to files.ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jun 6, 2024
1 parent 50bc335 commit eec239e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.0/schema.json",
"files": { "maxSize": 5242880 },
"files": {
"maxSize": 5242880,
"ignore": ["**/__fixtures__/**"]
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"lineWidth": 100,
"ignore": ["**/__fixtures__/**"]
"lineWidth": 100
},
"linter": {
"rules": {
Expand Down

0 comments on commit eec239e

Please sign in to comment.