Lint.dev helps developers discover and fix performance, security and formatting offenses in their code as well as teams to enforce and maintain consistent code policies accross their repositories.
No credit card required.
Lint.dev allows development teams to enforce, monitor and improve code quality within their teams.
Lint.dev checks your code for every staged file you commit.
Get notified early in the development process, don't wait for your build to crash.
Lint.dev allows team managers to install and maintained consistent rules.
Receive warnings when your code contains an offense to a rule.
Get access to a full dashboard containing all the data you need in one place.
Lint.dev currently works for HTML, CSS, Javascript, Ruby & Python.
Some of Lint.dev's built-in linters.
Install Lint.dev easily with NPM.
Install with NPM (local):
$ cd path/to/repository
$ npm install -D lint
You can then use NPX to run Lint.dev
commands from inside your repository:
$ npx lint [COMMAND]
To (re)install Lint.dev's git hooks:
$ npx lint install
Install with NPM (global):
$ npm install -g lint
You can then run Lint.dev commands anywhere:
$ cd path/to/repository
$ lint [COMMAND]
To (re)install Lint.dev's git hooks:
$ cd path/to/repository
$ lint install
Simply commit a file
and an analysis will start automatically.
$ git add example.rb
$ git commit -m "Test Lint.dev"
Lint.dev is free to use for personal use. For teams, Lint.dev provides a plan for the needs of every size.