Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/recallwei/eslint-config
My personal ESLint config plugins.
https://github.com/recallwei/eslint-config
eslint eslint-config
Last synced: 2 months ago
JSON representation
My personal ESLint config plugins.
- Host: GitHub
- URL: https://github.com/recallwei/eslint-config
- Owner: recallwei
- License: mit
- Created: 2023-05-16T08:40:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-30T08:52:56.000Z (11 months ago)
- Last Synced: 2024-10-19T11:41:28.801Z (3 months ago)
- Topics: eslint, eslint-config
- Language: JavaScript
- Homepage:
- Size: 606 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Config
This project is managed and released based on monorepo (pnpm workspace and changesets).
See the publish guide [here](./DEVELOPMENT.md).## Features
- [x] Based on [Airbnb JavaScript Style](https://github.com/airbnb/javascript)
- [x] Auto sort `import` and `export`
- [x] Tailwind CSS auto sort
- [x] Turborepo support
- [x] Storybook support
- [x] Support multiple frameworks
- [x] JavaScript
- [x] TypeScript
- [x] React
- [x] React Native
- [x] Vue
- [x] Next.js
- [x] Astro
- [x] Docusaurus## License
[MIT](/LICENSE) License © 2023 [Bruce Song](https://github.com/recallwei)