Skip to content

Commit

Permalink
Disable format and lint for autogenerated i18n files
Browse files Browse the repository at this point in the history
  • Loading branch information
Curetix committed Apr 8, 2024
1 parent 1063df5 commit cae6aef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@
"noExplicitAny": "warn"
}
},
"ignore": ["src/i18n/*.ts"]
"ignore": ["src/i18n/*"]
},
"formatter": {
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 100
"lineWidth": 100,
"ignore": ["src/i18n/*"]
},
"javascript": {
"formatter": {
Expand Down

0 comments on commit cae6aef

Please sign in to comment.