Skip to content

Commit

Permalink
uadjust biome rules
Browse files Browse the repository at this point in the history
  • Loading branch information
encryptedDegen committed Dec 20, 2024
1 parent 5dcc9f5 commit 38db39e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .million/store.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"encodings":[],"reactData":{},"unusedFiles":[],"mtime":null}
{ "encodings": [], "reactData": {}, "unusedFiles": [], "mtime": null }
14 changes: 11 additions & 3 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,21 +80,29 @@
},
"nursery": {
"all": true,
"noEnum": "off",
"noSecrets": "off",
"noProcessEnv": "off",
"useExplicitType": "off",
"noNestedTernary": "off",
"useSortedClasses": "off",
"noReactSpecificProps": "off",
"useImportRestrictions": "off",
"useExplicitLengthCheck": "off",
"noUndeclaredDependencies": "off"
"useConsistentCurlyBraces": "off",
"noStaticElementInteractions": "off",
"useComponentExportOnlyModules": "off"
},
"performance": {
"all": true,
"noReExportAll": "off",
"useTopLevelRegex": "off",
"noAccumulatingSpread": "off"
},
"correctness": {
"all": true,
"noUnusedVariables": "off",
"useImportExtensions": "off",
"noUndeclaredVariables": "off",
"noUndeclaredDependencies": "off",
"useExhaustiveDependencies": "off"
},
"suspicious": {
Expand Down
2 changes: 0 additions & 2 deletions src/components/user-profile-card/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ const UserProfileCard: React.FC<UserProfileCardProps> = ({
const { address: connectedAddress } = useAccount()
const { followState, profileName, isConnectedUserCard } = useProfileCard(profile)

console.log(profile, profileList)

return (
<div
className={cn(
Expand Down
12 changes: 0 additions & 12 deletions src/hooks/use-suggested-tags.ts

This file was deleted.

0 comments on commit 38db39e

Please sign in to comment.