https://github.com/barelyhuman/setup-eslint
wrapper CLI for a flexible eslint setup
https://github.com/barelyhuman/setup-eslint
Last synced: 2 months ago
JSON representation
wrapper CLI for a flexible eslint setup
- Host: GitHub
- URL: https://github.com/barelyhuman/setup-eslint
- Owner: barelyhuman
- License: mit
- Created: 2022-06-09T07:05:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T22:44:19.000Z (2 months ago)
- Last Synced: 2025-04-15T02:12:31.586Z (2 months ago)
- Language: JavaScript
- Size: 45.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# setup-eslint
> CLI Wrapper to clone my eslint setup
Not everything needs to be inside a package, since most of it then needs
to be manually disabled or needs hacks to remove.It's easier to modify the original eslint config. Hence, this.
## Usage
```sh
npx @barelyhuman/setup-eslint
```> **Note**: This will override your `.eslintrc` file so make sure you create a backup file if you are running this in an ongoing project
> **Note**: This is written to work with prettier and turns off most of what is handled by prettier. So, you can have `formatOnSave` and `fixAll` both turned on when working with this setup.
# License
[MIT](/license)