Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hannoeru/eslint-config
My ESLint config preset
https://github.com/hannoeru/eslint-config
eslint preset
Last synced: 11 days ago
JSON representation
My ESLint config preset
- Host: GitHub
- URL: https://github.com/hannoeru/eslint-config
- Owner: hannoeru
- License: mit
- Created: 2022-05-28T06:02:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T15:28:53.000Z (7 months ago)
- Last Synced: 2024-04-17T04:34:25.968Z (7 months ago)
- Topics: eslint, preset
- Language: TypeScript
- Homepage:
- Size: 2.17 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ESlint Config
My ESLint config preset
## Packages
- eslint-config: default config preset
- eslint-plugin:
- esnext: basic config
- vue: vue support
- react: react support
- next: default config + next eslint config
- json: parse json + package.json sort
- yml: parse yml
- typescript: typescript support
- typescript-type-checking: typescript type checking## Development
```bash
# install pnpm
npm i -g pnpm# install deps
pnpm i# run release script
pnpm release# lint
pnpm lint
pnpm lint:fix
```## License
MIT License © 2021-PRESENT [hannoeru](https://github.com/hannoeru)