add rslint (#9)

This commit is contained in:
Takayuki Maeda 2021-05-28 00:57:59 +09:00 committed by GitHub
parent 865aa40d28
commit 12c95d335b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,8 @@ If you want to contribute, please read [CONTRIBUTING.md](CONTRIBUTING.md).
- [Container](#container)
- [System tools](#system-tools)
- [Text processing](#text-processing)
- [Development tools](#development-tools)
- [Linters](#linters)
## Applications
@ -78,3 +80,11 @@ If you want to contribute, please read [CONTRIBUTING.md](CONTRIBUTING.md).
#### grep
* [ripgrep](https://github.com/BurntSushi/ripgrep) - ripgrep recursively searches directories for a regex pattern while respecting your gitignore
## Development tools
### Linters
#### [ESLint](https://github.com/eslint/eslint)
* [RSLint](https://github.com/rslint/rslint) - A (WIP) Extremely fast JavaScript and TypeScript linter and Rust crate