@hobbes7878/eslint-config
v0.0.2
Published
### Quickstart
Readme
@hobbes7878/eslint-config
Quickstart
Install the package:
$ yarn add -D @hobbes7878/eslint-config eslintCreate a
eslintrc.jsonin the root of your project:{ "root": true, "extends": "@hobbes7878/eslint-config" }
