Skip to content

Commit 00a6446

Browse files
committed
typosの導入
1 parent e337fea commit 00a6446

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.husky/pre-commit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
. "$(dirname -- "$0")/_/husky.sh"
33

44
npx lint-staged
5+
6+
typos docs

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ This website is built using [Docusaurus 2](https://docusaurus.io/), a modern sta
88
npm ci
99
```
1010

11+
```shell
12+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
13+
```
14+
15+
```
16+
cargo install typos-cli
17+
```
18+
1119
### Local Development
1220

1321
```shell

0 commit comments

Comments
 (0)