@nectar-ui/eslint-config
v0.0.17
Published
ESLint config for NectarUi.
Downloads
3
Readme
@nectar-ui/eslint-config
ESLint configuration for NectarUi.
Usage
- Install the
@nectar-ui/eslint-config
package usingnpm
oryarn
.
Note: Until this ongoing issue with ESLint is fixed, you must also install @rushstack/eslint-patch
.
npm install @nectar-ui/eslint-config @rushstack/eslint-patch
// or
yarn add @nectar-ui/eslint-config @rushstack/eslint-patch
- Create an ESLint config file (
.eslintrc
) with the root of your project.
require('@rushstack/eslint-patch/modern-module-resolution')
module.exports = {
root: true,
extends: [`@nectar-ui`]
}