eslint-config-jolt
Version:
Default ESLint config for jolt packages.
30 lines (20 loc) • 695 B
Markdown
# eslint-config-jolt
[](https://www.npmjs.com/package/eslint-config-jolt)
[](https://www.npmjs.com/package/eslint-config-jolt)
[](https://github.com/negativetwelve/eslint-config-jolt/blob/master/LICENSE)
## Getting Started
Install `eslint-config-jolt` using `yarn`:
```shell
yarn add --dev eslint-config-jolt
```
## Usage
In your `.eslintrc`, add the following:
```json
"extends": "jolt"
```
If you prefer to have your config in your `package.json`, add:
```json
"eslintConfig": {
"extends": "jolt"
},
```