Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 7 days ago
JSON representation

A shareable ESLint config for JavaScript projects

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