This commit is contained in:
Spike 2023-07-20 11:29:26 -04:00 committed by GitHub
commit 1151f176e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ I renamed the repository to "Awesome Alternatives in Rust". The original name wa
- [Web](#web)
- [Development tools](#development-tools)
- [Command runners](#command-runners)
- [Compilers](#compilers)
- [Linters](#linters)
- [Libraries](#libraries)
- [Email](#email)
@ -256,6 +257,12 @@ I renamed the repository to "Awesome Alternatives in Rust". The original name wa
* [just](https://github.com/casey/just) - A command runner and partial replacement for `make`
### Compilers
#### [TypeScript Compiler](https://github.com/microsoft/TypeScript)
* [swc](https://github.com/swc-project/swc) - swc is a super-fast compiler written in rust
### Linters
#### [ESLint](https://github.com/eslint/eslint)