[Guide] Semistandard
Open
guide
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
1. npm test 명령어로 semistandard 양식에 맞지 않는 부분 조회
2. 아래 명령어로 잘못된 부분 한 번에 고치기
```
semistandard --fix
```
3. 만약 ```zsh: command not found: semistandard```라는 메시지가 뜰 경우 아래 명령어로 semistandard global 설치
```
npm install semistandard -g
```
자세한 사항은 아래 웹사이트 참고
- [https://github.com/standard/semistandard](https://github.com/standard/semistandard)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.