Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit c9c8875

Browse files
committedNov 7, 2023
update
1 parent 3d7c2b9 commit c9c8875

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
"prettier": "^3.0.3",
3535
"typescript": "~5.2.2"
3636
},
37+
"lint-staged": {
38+
"*.{js,css,md}": "prettier --write"
39+
},
3740
"browserslist": {
3841
"production": [
3942
">0.5%",
@@ -46,9 +49,6 @@
4649
"last 1 safari version"
4750
]
4851
},
49-
"lint-staged": {
50-
"*.{js,css,md}": "prettier --write"
51-
},
5252
"engines": {
5353
"node": ">=18.0"
5454
},

‎src/pages/index.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ function HomepageHeader() {
2222
</p>
2323
<p className="hero__subtitle">
2424
This will be the guide for you if you are interested in learning Rust, parsers,
25-
or would like to contribute to <a href="https://github.com/boshen/oxc" target="__blank">oxc</a>,
26-
<a href="https://swc.rs" target="__blank">swc</a> or <a href="https://biomejs.dev" target="__blank">Biome</a> in the near future.
25+
or would like to contribute to <a href="https://github.com/boshen/oxc" target="__blank">oxc</a>, <a href="https://swc.rs" target="__blank">swc</a> or <a href="https://biomejs.dev" target="__blank">Biome</a> in the near future.
2726
</p>
2827
<p className="hero__subtitle">
2928
<Translate id="homepage.subtitle.third">

0 commit comments

Comments
 (0)