1.0.9 • Published 6 years ago

eslint-config-mklabs v1.0.9

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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"
}