Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/selemondev/create-eslint-config
A minimal Eslint CLI to rapidly setup ESLint in React.js projects. WIP :construction:
https://github.com/selemondev/create-eslint-config
eslint eslint-config eslint-react-config
Last synced: 25 days ago
JSON representation
A minimal Eslint CLI to rapidly setup ESLint in React.js projects. WIP :construction:
- Host: GitHub
- URL: https://github.com/selemondev/create-eslint-config
- Owner: selemondev
- License: mit
- Created: 2023-12-31T20:50:08.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-07T14:49:18.000Z (10 months ago)
- Last Synced: 2024-09-14T03:32:08.688Z (about 2 months ago)
- Topics: eslint, eslint-config, eslint-react-config
- Language: JavaScript
- Homepage:
- Size: 84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# `@selemondev/create-react-eslint-config`
Currently undergoing heavy development 🚧
A minimal Eslint CLI to rapidly setup ESLint in React.js projects.
## Usage
Run the following command in your project root:
With npm:
```sh
npm create @selemondev/eslint-config
```With pnpm:
```sh
pnpm create @selemondev/eslint-config
```With Yarn:
```sh
yarn create @selemondev/eslint-config
```