Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 커스텀 모노레포로 실습
- Host: GitHub
- URL: https://github.com/kdn0325/eslint-plugin-loplat-test
- Owner: kdn0325
- Created: 2024-05-02T15:07:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T15:09:13.000Z (8 months ago)
- Last Synced: 2024-10-12T10:21:53.024Z (3 months ago)
- Language: JavaScript
- Size: 13.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.