devtools.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [devtools]

www.codever.land/bookmarks/t/devtools

prettier

https://github.com/prettier/prettier

Prettier is an opinionated code formatter.


JSHint

https://github.com/jshint/jshint/

JSHint is a tool that helps to detect errors and potential problems in your JavaScript code.


jscs

https://github.com/jscs-dev/node-jscs

JavaScript Code Style checker.


jsfmt

https://github.com/rdio/jsfmt

For formatting, searching, and rewriting JavaScript.


jsinspect

https://github.com/danielstjules/jsinspect

Detect copy-pasted and structurally similar code.


buddy.js

https://github.com/danielstjules/buddy.js

Magic number detection for JavaScript.


ESLint

https://github.com/eslint/eslint

A fully pluggable tool for identifying and reporting on patterns in JavaScript.


JSLint

https://github.com/douglascrockford/JSLint

High-standards, strict & opinionated code quality tool, aiming to keep only good parts of the language.