Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jakejarvis/eslint-config

⚙️ My shared ESLint config across personal projects.
https://github.com/jakejarvis/eslint-config

config ecmascript eslint eslint-config javascript lint

Last synced: about 1 month ago
JSON representation

⚙️ My shared ESLint config across personal projects.

Awesome Lists containing this project

README

        

# @jakejarvis/eslint-config

> [Shareable ESLint config](https://eslint.org/docs/developer-guide/shareable-configs.html) inspired heavily by [eslint-config-google](https://github.com/google/eslint-config-google) and moderately by [eslint-config-airbnb](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb).

## Installation

```bash
yarn add --dev eslint "@jakejarvis/eslint-config@*"
```

## Usage

`.eslintrc.json`:

```json5
{
"extends": [
"@jakejarvis/eslint-config"
],
"env": {
"browser": true,
"node": true
},
"rules": {
// Project-specific overrides...
}
}
```

## License

MIT