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
- Host: GitHub
- URL: https://github.com/launchpadlab/eslint-config
- Owner: LaunchPadLab
- Created: 2017-11-07T18:16:47.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T18:13:59.000Z (over 2 years ago)
- Last Synced: 2025-04-09T19:55:36.021Z (about 1 year ago)
- Language: JavaScript
- Size: 171 KB
- Stars: 0
- Watchers: 18
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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',
}
```