chore: switch to biome instead of prettier
This commit is contained in:
parent
a573c3943f
commit
6558cb3521
4 changed files with 15 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"printWidth": 240,
|
|
||||||
"tabWidth": 4,
|
|
||||||
"singleQuote": false,
|
|
||||||
"jsxSingleQuote": false,
|
|
||||||
"bracketSpacing": true,
|
|
||||||
"useTabs": false
|
|
||||||
}
|
|
14
biome.json
Normal file
14
biome.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
|
||||||
|
"javascript": {
|
||||||
|
"formatter": {
|
||||||
|
"enabled": true,
|
||||||
|
"bracketSpacing": true,
|
||||||
|
"indentSize": 4,
|
||||||
|
"indentStyle": "space",
|
||||||
|
"jsxQuoteStyle": "double",
|
||||||
|
"lineWidth": 240,
|
||||||
|
"quoteStyle": "double"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
@ -14,6 +14,7 @@
|
||||||
"author": "Beef",
|
"author": "Beef",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@biomejs/biome": "^1.5.3",
|
||||||
"@react-native-clipboard/clipboard": "1.10.0",
|
"@react-native-clipboard/clipboard": "1.10.0",
|
||||||
"@swc/core": "1.3.50",
|
"@swc/core": "1.3.50",
|
||||||
"@types/chroma-js": "^2.4.0",
|
"@types/chroma-js": "^2.4.0",
|
||||||
|
|
Loading…
Reference in a new issue