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

https://github.com/hansanghyeon/linter


https://github.com/hansanghyeon/linter

node-package

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

## Installation

```bash
npm install --save-dev @hyeon/linter
```

## Usage

```js
import hyeonLinter from '@hyeon/linter'

export default [
...hyeonLinter.react,
...hyeonLinter.prettier,
...hyeonLinter.typescript,
]
```

## vite

uninstall

```bash
eslint-plugin-react-hooks eslint-plugin-react-refresh typescript-eslint globals @eslint/js
```