Skip to content

MarkNjunge/eslint-config

Repository files navigation

@marknjunge/eslint-config

npm (scoped)

My ESLint config

Usage

Install the package

npm install --save-dev @marknjunge/eslint-config

Add it to the extends section of your .eslintrc file.

extends: ["...", "@marknjunge/eslint-config"]

Add the following helpful scripts

"lint": "eslint **/*.js",
"lint:fix": "eslint **/*.js --fix"