eslint-config-mklabs
v1.0.9
Published
ESLint Shareable Config to suit my own taste
Downloads
18
Readme
eslint-config-mklabs
ESLint Shareable Config to suit my own taste, based on Airbnb Style Guide and prettier.
Installation
npx install-peerdeps --dev eslint-config-mklabs
Then use it in your .eslintrc
file with:
{
"extends": "mklabs"
}