Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kdn0325/eslint-plugin-loplat-test

eslint 커스텀 모노레포로 실습
https://github.com/kdn0325/eslint-plugin-loplat-test

Last synced: about 2 months ago
JSON representation

eslint 커스텀 모노레포로 실습

Awesome Lists containing this project

README

        

# eslint-plugin-dongnyeong

dongnyeong_streetcaster_eslint

## Installation

You'll first need to install [ESLint](https://eslint.org/):

```sh
npm i eslint --save-dev
```

Next, install `eslint-plugin-dongnyeong`:

```sh
npm install eslint-plugin-dongnyeong --save-dev
```

## Usage

Add `dongnyeong` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:

```json
{
"plugins": [
"dongnyeong"
]
}
```

Then configure the rules you want to use under the rules section.

```json
{
"rules": {
"dongnyeong/rule-name": 2
}
}
```

## Configurations

TODO: Run eslint-doc-generator to generate the configs list (or delete this section if no configs are offered).

## Rules

TODO: Run eslint-doc-generator to generate the rules list.