4.0.0 • Published 4 years ago

@onlaw/eslint-config v4.0.0

Weekly downloads
5
License
MIT
Repository
-
Last release
4 years ago

@onlaw/eslint-config

Install

Install the package

yarn add -D eslint @onlaw/eslint-config

and add it to your .eslintrc.json:

{
  "root": true,
  "extends": ["@onlaw/eslint-config"]
}