deno_lint
deno_doc
Our great sponsors
deno_lint | deno_doc | |
---|---|---|
6 | 1 | |
1,141 | 154 | |
3.8% | 11.7% | |
8.7 | 7.9 | |
8 days ago | 8 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.
deno_doc
-
Functional Programming in Deno
While the documentation is lacking (mostly due to the freshness of deno_doc), I've decided that the library is ready for its 1.0.0 release. I've used almost every algebraic data type in this library in production and have encountered a grand total of zero bugs resulting from this library. That said, if you find any edge cases not covered by the test suite, please reach out!
What are some alternatives?
rslint - A (WIP) Extremely fast JavaScript and TypeScript linter and Rust crate
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.
deno_sdl2 - SDL2 module for Deno
dvm - Deno Version Manager - Easy way to manage multiple active deno versions.
fp-ts - Functional programming in TypeScript
webview_deno - 🌐 Deno bindings for webview, a tiny library for creating web-based desktop GUIs
llvm-project - The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
deno - A modern runtime for JavaScript and TypeScript.
quick-lint-js - quick-lint-js finds bugs in JavaScript programs
postgres-deno - A PostgreSQL extension for Deno: run Typescript in PostgreSQL functions and triggers.
tshm - A parser and formatter for TypeScript declarations that outputs HM-style type signatures.