Please do not feed the dust bunnies.
$ yarn add @trbl/eslint-config --dev
$ yarn info "@trbl/eslint-config" peerDependencies
$ yarn add --dev <dependency>@<version> # for each dependency in the above output
There are two configurations for consumption, both of which are packaged together as the default export. Or they can be selectively extended — but when doing this, the pathnames can't be written shorthand.
{
"extends": "@trbl"
// or selectively extend either config
// "extends": [
// "@trbl/eslint-config/configs/base",
// "@trbl/eslint-config/configs/react",
// ]
}
To demo locally, clone the repo and
$ yarn install
$ yarn run demo
Help us, or let us help you help us.
MIT Copyright (c) TRBL, LLC