Skip to content

Commit

Permalink
chore: replace eslint with biome
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmaynes committed Aug 3, 2024
1 parent 5a4070f commit d295131
Show file tree
Hide file tree
Showing 11 changed files with 265 additions and 1,478 deletions.
19 changes: 0 additions & 19 deletions .eslintrc.cjs

This file was deleted.

6 changes: 0 additions & 6 deletions .prettierrc.json

This file was deleted.

29 changes: 29 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"formatter": {
"enabled": true,
"formatWithErrors": false,
"ignore": [],
"attributePosition": "auto",
"indentStyle": "space",
"indentWidth": 2,
"lineEnding": "lf",
"lineWidth": 100
},
"javascript": {
"formatter": {
"arrowParentheses":"always",
"bracketSameLine": false,
"bracketSpacing": true,
"quoteStyle": "single",
"jsxQuoteStyle": "single",
"quoteProperties": "asNeeded",
"semicolons": "asNeeded",
"trailingCommas": "all"
}
},
"json": {
"formatter": {
"trailingCommas": "none"
}
}
}
Loading

0 comments on commit d295131

Please sign in to comment.