Js/jshintrc

From Adam Meola - wiki
< Js
Revision as of 15:52, 25 March 2021 by Adam (talk | contribs) (Created page with "==.jshintrc== This is the config file for the JSHint (or other JS linter) available in most modern IDEs. ==="JSHint is a program that flags suspicious usage in programs wri...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.jshintrc

This is the config file for the JSHint (or other JS linter) available in most modern IDEs.


"JSHint is a program that flags suspicious usage in programs written in JavaScript. The core project consists of a library itself as well as a CLI program distributed as a Node module."

Personally, I use this file to specify ES version, and to turn a few warnings off..

Here's my usual .jshintrc:


Full and Official documentation available at: https://jshint.com/docs/