Skip to content

Commit

Permalink
chore(core): migrate to biomejs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukaato committed Aug 10, 2024
1 parent 10d7e87 commit b692e17
Show file tree
Hide file tree
Showing 76 changed files with 7,926 additions and 12,932 deletions.
13 changes: 0 additions & 13 deletions .prettierrc

This file was deleted.

38 changes: 38 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"formatter": {
"enabled": true,
"formatWithErrors": false,
"indentStyle": "space",
"indentWidth": 2,
"lineEnding": "lf",
"lineWidth": 120,
"attributePosition": "multiline",
"ignore": ["**/*.d.ts"]
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"suspicious": {
"noExplicitAny": "off"
}
}
},
"javascript": {
"formatter": {
"jsxQuoteStyle": "double",
"quoteProperties": "asNeeded",
"trailingCommas": "all",
"semicolons": "always",
"arrowParentheses": "asNeeded",
"bracketSpacing": true,
"bracketSameLine": false,
"quoteStyle": "single",
"attributePosition": "multiline"
}
}
}
Loading

0 comments on commit b692e17

Please sign in to comment.