✨ eslint-config-retn0
This package provides my custom .eslintrc
as a shareable config.
Installation
# npm
npm install -D eslint-config-retn0
# yarn
yarn add -D eslint-config-retn0
Usage
You can use it by specifying eslint-config-retn0
in the extends
section of your ESLint configuration.
{
"extends": "eslint-config-retn0",
"rules": {
// Add your own rules if necessary
}
}