3.0.1 • Published 2 years ago

@mullerstd/eslint-config v3.0.1

Weekly downloads
12
License
MIT
Repository
-
Last release
2 years ago

Eslint config by mullerstd

Install

yarn add -D @mullerstd/eslint-config

// or using npm

npm i @mullerstd/eslint-config --save-dev

Usage

// package.json

{
  "prettier": "@mullerstd/eslint-config/prettier",
  "eslint": {
    "extends": "@mullerstd/eslint-config"
  }
}