diff --git a/biome.json b/biome.json index 84c2c185..b77deecf 100644 --- a/biome.json +++ b/biome.json @@ -1,47 +1,55 @@ { - "$schema": "https://biomejs.dev/schemas/1.5.3/schema.json", - "files": { - "ignore": ["dist/**"] - }, - "javascript": { - "formatter": { - "bracketSpacing": true, - "enabled": true, - "indentStyle": "space", - "indentWidth": 2, - "lineEnding": "lf", - "lineWidth": 80, - "quoteStyle": "double", - "trailingComma": "none" - } - }, - "linter": { - "rules": { - "complexity": { - "noForEach": "off" - }, - "correctness": { - "noChildrenProp": "off" - }, - "performance": { - "noDelete": "off" - }, - "recommended": true, - "style": { - "noCommaOperator": "off", - "noNonNullAssertion": "off", - "noParameterAssign": "off" - }, - "suspicious": { - "noAssignInExpressions": "off", - "noExplicitAny": "off" - }, - "security": { - "noGlobalEval": "off" - } - } - }, - "organizeImports": { - "enabled": true - } + "$schema": "https://biomejs.dev/schemas/1.5.3/schema.json", + "files": { + "ignore": ["dist/**"] + }, + "javascript": { + "formatter": { + "bracketSpacing": true, + "enabled": true, + "indentStyle": "space", + "indentWidth": 2, + "lineEnding": "lf", + "lineWidth": 80, + "quoteStyle": "double", + "trailingComma": "none" + } + }, + "linter": { + "rules": { + "complexity": { + "noForEach": "off" + }, + "correctness": { + "noChildrenProp": "off" + }, + "performance": { + "noDelete": "off" + }, + "recommended": true, + "style": { + "noCommaOperator": "off", + "noNonNullAssertion": "off", + "noParameterAssign": "off" + }, + "suspicious": { + "noAssignInExpressions": "off", + "noExplicitAny": "off" + }, + "security": { + "noGlobalEval": "off" + } + } + }, + "json": { + "formatter": { + "indentWidth": 2, + "indentStyle": "space", + "lineEnding": "lf", + "lineWidth": 80 + } + }, + "organizeImports": { + "enabled": true + } } diff --git a/bun.lockb b/bun.lockb new file mode 100755 index 00000000..e43e16d4 Binary files /dev/null and b/bun.lockb differ diff --git a/package.json b/package.json index d67f5a48..87160ee8 100644 --- a/package.json +++ b/package.json @@ -7,12 +7,7 @@ "build-bun": "bun run build.mjs", "format": "biome check --apply-unsafe src" }, - "keywords": [ - "discord", - "android", - "ios", - "react native" - ], + "keywords": ["discord", "android", "ios", "react native"], "author": "maisymoe", "license": "BSD-3-Clause", "devDependencies": { @@ -34,10 +29,7 @@ }, "pnpm": { "peerDependencyRules": { - "ignoreMissing": [ - "react", - "react-native" - ] + "ignoreMissing": ["react", "react-native"] } } }