Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit 1340843

Browse files
TheFern2lauthieb
authored andcommitted
lint-doc (#101)
1 parent 6602d50 commit 1340843

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ npm run build
5757
npm test
5858

5959
# lint all JS/Vue component files in `src/`
60-
npm run eslint
60+
npm run lint
61+
62+
# fix all lint issues
63+
npm run lint:fix
6164
```
6265

6366
### Roadmap to V1.3.0 💪🏻

0 commit comments

Comments
 (0)