1.0.1 • Published 2 years ago
eslint-plugin-jeongwon v1.0.1
eslint-plugin-jeongwon
Custom rules for Jeongwon
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-jeongwon:
$ npm install eslint-plugin-jeongwon --save-devUsage
Add jeongwon to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": ["jeongwon"]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"jeongwon/no-relative-import": "error"
}
}Supported Rules
- Fill in provided rules here