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