UNPKG

eslint-config-jolt

Version:

Default ESLint config for jolt packages.

30 lines (20 loc) 695 B
# eslint-config-jolt [![npm](https://img.shields.io/npm/v/eslint-config-jolt.svg)](https://www.npmjs.com/package/eslint-config-jolt) [![npm](https://img.shields.io/npm/dt/eslint-config-jolt.svg)](https://www.npmjs.com/package/eslint-config-jolt) [![npm](https://img.shields.io/npm/l/eslint-config-jolt.svg)](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" }, ```