https://github.com/hansanghyeon/linter
https://github.com/hansanghyeon/linter
node-package
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hansanghyeon/linter
- Owner: Hansanghyeon
- Created: 2023-04-23T08:00:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-10T07:58:13.000Z (10 months ago)
- Last Synced: 2025-09-10T11:16:43.136Z (10 months ago)
- Topics: node-package
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@hyeon/eslint-config
- Size: 2.96 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```