Skip to content

Commit

Permalink
Revert "upgrade biome"
Browse files Browse the repository at this point in the history
This reverts commit 535aff1.
  • Loading branch information
encryptedDegen committed Dec 21, 2024
1 parent 1bf8903 commit 61ebc01
Show file tree
Hide file tree
Showing 18 changed files with 699 additions and 669 deletions.
20 changes: 19 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@
"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 @@ -40,9 +50,11 @@
"./**/*.jsonc"
],
"ignore": ["node_modules", "dist", "package.json", "tsconfig.json", "_"],
"enabled": false,
"enabled": true,
"rules": {
"all": true,
"style": {
"all": true,
"noNamespace": "off",
"useImportType": "off",
"noDefaultExport": "off",
Expand All @@ -59,6 +71,7 @@
"noUnusedTemplateLiteral": "off"
},
"a11y": {
"all": true,
"noAutofocus": "off",
"useButtonType": "off",
"useMediaCaption": "off",
Expand All @@ -68,6 +81,7 @@
"noDistractingElements": "off"
},
"nursery": {
"all": true,
"noEnum": "off",
"noSecrets": "off",
"noProcessEnv": "off",
Expand All @@ -82,11 +96,13 @@
"useComponentExportOnlyModules": "off"
},
"performance": {
"all": true,
"noReExportAll": "off",
"useTopLevelRegex": "off",
"noAccumulatingSpread": "off"
},
"correctness": {
"all": true,
"noNodejsModules": "off",
"noUnusedVariables": "off",
"useImportExtensions": "off",
Expand All @@ -95,12 +111,14 @@
"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.9.4",
"@biomejs/biome": "^1.7.3",
"@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 61ebc01

Please sign in to comment.