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

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

Shareable eslint configs
https://github.com/launchpadlab/eslint-config

Last synced: about 1 year ago
JSON representation

Shareable eslint configs

Awesome Lists containing this project

README

          

# @launchpadlab/eslint-config

Shareable eslint configs to use across projects.

## Usage:

```js
// .eslintrc.js:

// To use a specific config
module.exports = {
extends: '@launchpadlab/eslint-config/react',
}

// To use the default config (react-rails)
module.exports = {
extends: '@launchpadlab',
}
```