Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyyv/eslint-config
Eslint config, style of myself.
https://github.com/zyyv/eslint-config
config eslint eslint-config
Last synced: 12 days ago
JSON representation
Eslint config, style of myself.
- Host: GitHub
- URL: https://github.com/zyyv/eslint-config
- Owner: zyyv
- License: mit
- Created: 2022-06-15T03:09:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-08T06:24:37.000Z (over 1 year ago)
- Last Synced: 2024-10-08T03:02:25.664Z (about 1 month ago)
- Topics: config, eslint, eslint-config
- Language: TypeScript
- Homepage:
- Size: 263 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.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 © 2022 [zyyv](https://github.com/zyyv)