https://github.com/rocicorp/eslint-config
shared eslint configuration for rocicorp projects
https://github.com/rocicorp/eslint-config
Last synced: over 1 year ago
JSON representation
shared eslint configuration for rocicorp projects
- Host: GitHub
- URL: https://github.com/rocicorp/eslint-config
- Owner: rocicorp
- License: apache-2.0
- Created: 2022-09-13T18:04:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T17:02:05.000Z (over 1 year ago)
- Last Synced: 2025-04-06T17:38:20.401Z (over 1 year ago)
- Language: JavaScript
- Size: 61.5 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shared eslint config for Rocicorp Projects
The package includes all the dependencies to have a working `eslint`
setup that works with the configuration. Adopting projects will only
need to install `@rocicorp/eslint-config`.
## Install
```bash
$ npm install @rocicorp/eslint-config --save-dev
```
## Usage
** Make sure you have a `tsconfig.json` and `.eslintignore` in your project **
Add this to the `package.json`:
```json
{
"eslintConfig": {
"extends": "@rocicorp/eslint-config"
}
}
```