eslint-config-praneet
v1.0.26
Published
ESLint config based in recommended best practices
Downloads
19
Readme
ESLint (and Prettier) config
What it does
This setup lints your JavaScript code based on practices. Check the .eslintrc.js file to see what is included. Feel free to override the rules that make sense for you.
Installing
- In your project folder, run:
npx install-peerdeps --dev eslint-config-praneet
- You will see several dependencies were installed. Now, create (or update) a
.eslintrc
file with the following content:
{
'extends': [
'praneet'
]
}
This repository is inspired by eslint-config-wesbos.