eslint-config-riophae
v0.16.0
Published
The customized ESLint shareable configs for the development of my open-source projects.
Downloads
117
Maintainers
Readme
eslint-config-riophae

The customized ESLint shareable configs for the development of my open-source projects.
Usage
First, install this package and its peer dependencies. The command to run is depending on your npm version.
Secondly, choose a preset from the following:
Thirdly and lastly, add the preset you just chose to your ESLint config file in the extends field:
{
"extends": [ "riophae" ],
"rules": {
// override if necessary
}
}License
MIT © Riophae Lee
