mklabs / eslint-config-mklabs

ESLInt Sharable Config to suit my own taste

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ESLInt Sharable Config to suit my own taste


Languages

Language:JavaScript 100.0%