1.0.0 • Published 7 months ago

eslint-config-jag-nodejs v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

eslint-config-jag-nodejs

Install

pnpm|yarn|npm install eslint-config-jagreehal

Requires TypesScript and tsconfig.json at root directory.

Config

In package.json:

"eslintConfig": {
  "extends": ["jagreehal"],
}

In .eslintrc:

{
  "extends": "jagreehal"
}

Scripts:

"scripts": {
  "lint": "eslint",
  "lint:fix": "eslint . --fix",
}