1.0.1 • Published 6 months ago

eslint-plugin-jeongwon v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

eslint-plugin-jeongwon

Custom rules for Jeongwon

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-jeongwon:

$ npm install eslint-plugin-jeongwon --save-dev

Usage

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
1.0.1

6 months ago

1.0.0

6 months ago

0.0.0

6 months ago