Package Exports
- eslint-config-rhett
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eslint-config-rhett) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
eslint-config-rhett
ESLint shareable config for Rhett Lowe
I'm tired of reading everyone else's rules and being surprised down the road.
Install
$ npm install --save-dev eslint-config-rhett
Usage
Add some ESLint config to your package.json
:
{
"name": "my-project",
"eslintConfig": {
"extends": "rhett"
}
}
Or to .eslintrc
:
{
"extends": "rhett"
}
License
MIT © Rhett Lowe