deno_lint
rslint
Our great sponsors
deno_lint | rslint | |
---|---|---|
6 | 3 | |
1,141 | 2,290 | |
3.8% | 3.3% | |
8.7 | 5.1 | |
6 days ago | 11 days ago | |
Rust | Rust | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
deno_lint
-
Learning TypeScript? try Deno
$ deno lint (prefer-const) `order` is never reassigned let order = new Order() ^^^^^ at /Users/dina/try-deno/design-patterns/state.ts:106:4 hint: Use `const` instead help: for further information visit https://lint.deno.land/#prefer-const Found 24 problems Checked 25 files
-
deno_lint VS ESLint - a user suggested alternative
2 projects | 24 Dec 2021
-
deno_lint VS quick-lint-js - a user suggested alternative
2 projects | 24 Dec 2021
-
Rust Is The Future of JavaScript Infrastructure
I built one of the tools mentioned in the article, Deno's linter. Its binary is over 30 MiB:
-
OSS Contributions: 16th-23rd August 2021
After a long time, I started contributing to open-source software. For a long time, I had my eye on Deno. This week, I merged my first PR in Deno Lint. Following is the detailed post about the issue.
-
Tell HN: Consider listing your contact details
I read your latest post about linters and not liking ceremony involved in setting up eslint. Have you tried deno lint by any chance?
https://github.com/denoland/deno_lint
You can use it via the deno binary as well.
rslint
-
ESLint alternatives - quick-lint-js and rslint
3 projects | 24 Dec 2021
-
Rust Is the Future of JavaScript Infrastructure
Author here. A few other Rust projects to note that I didn't mention in the original post I've since found:
- Boa (JS engine in Rust) – https://github.com/boa-dev/boa
- RSLint (JS/TS linter in Rust) – https://github.com/rslint/rslint
- Node version manager in Rust – https://github.com/Schniz/fnm
If you know of any other popular ones, let me know. I'm keeping a list :)
- Why isn't differential dataflow more popular?
What are some alternatives?
ESLint - Find and fix problems in your JavaScript code.
napi-rs - A framework for building compiled Node.js add-ons in Rust via Node-API
quick-lint-js - quick-lint-js finds bugs in JavaScript programs
reflow - A language and runtime for distributed, incremental data processing in the cloud
RSLint - A (WIP) Extremely fast JavaScript and TypeScript linter and Rust crate [Moved to: https://github.com/rslint/rslint]
dprint - Pluggable and configurable code formatting platform written in Rust.
ballista - Distributed compute platform implemented in Rust, and powered by Apache Arrow.
differential-dataflow - An implementation of differential dataflow using timely dataflow on Rust.
deno_sdl2 - SDL2 module for Deno
boa - Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language.
esbuild - An extremely fast JavaScript and CSS bundler and minifier
swc - Rust-based platform for the Web