diff --git a/.prettierrc b/.prettierrc deleted file mode 100644 index 5011b09..0000000 --- a/.prettierrc +++ /dev/null @@ -1,8 +0,0 @@ -{ - "printWidth": 240, - "tabWidth": 4, - "singleQuote": false, - "jsxSingleQuote": false, - "bracketSpacing": true, - "useTabs": false -} diff --git a/biome.json b/biome.json new file mode 100644 index 0000000..0fe8a6c --- /dev/null +++ b/biome.json @@ -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" + } + } +} \ No newline at end of file diff --git a/bun.lockb b/bun.lockb index 9a8906e..d6cc699 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 11f2e42..ba2367b 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "author": "Beef", "license": "BSD-3-Clause", "devDependencies": { + "@biomejs/biome": "^1.5.3", "@react-native-clipboard/clipboard": "1.10.0", "@swc/core": "1.3.50", "@types/chroma-js": "^2.4.0",