https://github.com/supercharge/eslint-config
A shareable ESLint config for JavaScript projects
https://github.com/supercharge/eslint-config
eslint eslint-config eslint-config-supercharge node supercharge
Last synced: 10 months ago
JSON representation
A shareable ESLint config for JavaScript projects
- Host: GitHub
- URL: https://github.com/supercharge/eslint-config
- Owner: supercharge
- License: mit
- Created: 2022-05-14T08:39:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T04:59:17.000Z (about 2 years ago)
- Last Synced: 2025-08-08T22:50:59.176Z (10 months ago)
- Topics: eslint, eslint-config, eslint-config-supercharge, node, supercharge
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @supercharge/eslint-config
A shareable ESLint config for JavaScript projects.
## Installation
```bash
npm i -D eslint@8 @supercharge/eslint-config
```
### Compatibility
| `eslint` | `@supercharge/eslint-config` |
| -------- | --------------------------------------- |
| `8.x` | `1.x` |
| `7.x` | *not supported* |
## Usage
Then extend the `@supercharge` ESLint config. This is a shortcut for `@supercharge/eslint-config` which ESLint automatically resolves:
**`.eslintrc.js`**
```js
module.exports = {
extends: '@supercharge'
}
```
## Related
- [@supercharge/eslint-config-typescript](https://github.com/supercharge/eslint-config-typescript) - ESLint config for TypeScript projects