Linters

Linters find potential errors and/or formatting inconsistencies in your code.

Some will automatically fix your code for you. Most are configurable, but others are opinionated (meaning you must subscribe to the given rules without changing anything).

13 Projects
Sort
prettier
Prettier is an opinionated code formatter.
js
css
autofix
.
.
standard
🌟 JavaScript Style Guide, with linter & automatic code fixer
js
opinionated
eslint
autofix
.
.
eslint
A fully pluggable tool for identifying and reporting on patterns in JavaScript
js
eslint
autofix
.
.
jshint
JSHint is a tool that helps to detect errors and potential problems in your JavaScript code
js
.
.
js-beautify
Beautifier for javascript
js
html
autofix
.
.
stylelint
A mighty, modern style linter
css
.
.
csslint
Automated linting of Cascading Stylesheets
css
.
.
xo
❤️ JavaScript happiness style linter
js
opinionated
eslint
autofix
.
.
tslint
:vertical_traffic_light: An extensible linter for the TypeScript language
typescript
.
.
write-good
Naive linter for English prose
english
.
.
JSLint
The JavaScript Code Quality Tool
js
.
.
csscomb.js
CSS coding style formatter
css
.
.
alex
Catch insensitive, inconsiderate writing
english
.
.
AKA
Linters are also known as: code formatters, beautifiers and prettifiers.
CONTRIBUTING
To add to this list, submit a pull request in the javascriptstuff-db repository. Add an entry to this file.