A collection of eslint configurations we use at Rhinogram.
$ yarn add eslint-config-rhinogram -D
The index file references our React config
// .eslintrc
{
"extends": "rhinogram"
}Alternatives:
// .eslintrc
{
"extends": "rhinogram/react"
}
{
"extends": "rhinogram/node"
}
{
"extends": "rhinogram/typescript"
}Once merged into master, publish a new release in GitHub following the rules of semantic versioning.