Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-config-mklabs

mklabs86MIT1.0.9

ESLint Shareable Config to suit my own taste

eslint, eslintconfig

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