Skip to content

Commit bc829dc

Browse files
fix: code format
1 parent e297ba4 commit bc829dc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: biome.jsonc

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.css", "**/*.json"],
55
"ignore": ["./node_modules", "./.next", "./out"]
66
},
7+
"organizeImports": {
8+
"enabled": false
9+
},
710
"formatter": {
811
"enabled": true,
912
"useEditorconfig": true

Diff for: components/Landing/Hero/index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@ export const Hero: FC = () => (
2626
</div>
2727
</section>
2828
);
29-

0 commit comments

Comments
 (0)