0.5.7 • Published 2 years ago

eslint-config-treemmett v0.5.7

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

Node configs

Installation

# with yarn
yarn add -D eslint tregan

# or if you prefer npm
npm i -D eslint tregan

Usage

Extend your eslint config, depending on the configuration of your project

{
  "extends": ["tregan/eslint", "tregan/eslint/next"]
}