Skip to content

Commit

Permalink
upgrade biome
Browse files Browse the repository at this point in the history
  • Loading branch information
encryptedDegen committed Dec 20, 2024
1 parent f1c6f8d commit 535aff1
Show file tree
Hide file tree
Showing 18 changed files with 669 additions and 699 deletions.
20 changes: 1 addition & 19 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@
"indentWidth": 2,
"indentStyle": "space",
"formatWithErrors": true,
"include": [
"./**/*.ts",
"./**/*.js",
"./**/*.cjs",
"./**/*.tsx",
"./**/*.d.ts",
"./**/*.json",
"./**/*.jsonc",
"!next-env.d.ts"
],
"ignore": ["node_modules", "dist", "package.json", "tsconfig.json", "_"]
},
"linter": {
Expand All @@ -50,11 +40,9 @@
"./**/*.jsonc"
],
"ignore": ["node_modules", "dist", "package.json", "tsconfig.json", "_"],
"enabled": true,
"enabled": false,
"rules": {
"all": true,
"style": {
"all": true,
"noNamespace": "off",
"useImportType": "off",
"noDefaultExport": "off",
Expand All @@ -71,7 +59,6 @@
"noUnusedTemplateLiteral": "off"
},
"a11y": {
"all": true,
"noAutofocus": "off",
"useButtonType": "off",
"useMediaCaption": "off",
Expand All @@ -81,7 +68,6 @@
"noDistractingElements": "off"
},
"nursery": {
"all": true,
"noEnum": "off",
"noSecrets": "off",
"noProcessEnv": "off",
Expand All @@ -96,13 +82,11 @@
"useComponentExportOnlyModules": "off"
},
"performance": {
"all": true,
"noReExportAll": "off",
"useTopLevelRegex": "off",
"noAccumulatingSpread": "off"
},
"correctness": {
"all": true,
"noNodejsModules": "off",
"noUnusedVariables": "off",
"useImportExtensions": "off",
Expand All @@ -111,14 +95,12 @@
"useExhaustiveDependencies": "off"
},
"suspicious": {
"all": true,
"noConsoleLog": "off",
"noExplicitAny": "off",
"noArrayIndexKey": "off",
"noEmptyInterface": "off"
},
"complexity": {
"all": true,
"noForEach": "off",
"noBannedTypes": "off",
"useLiteralKeys": "off",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"wagmi": "^2.12.16"
},
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@biomejs/biome": "^1.9.4",
"@next/bundle-analyzer": "^14.1.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
Expand Down
Loading

0 comments on commit 535aff1

Please sign in to comment.