Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@bukn/eslint-config

 npm i -D @bukn/eslint-config

readme

Eslint Config of bukn

Install

NPM

npm i -D @bukn/eslint-config

YARN

yarn add -D @bukn/eslint-config

Usage

package.json

// ...
"eslintConfig": {
    "root": true,
    "extends": ["@bukn"]
},
// ...

.eslintrc

// ...
extends: ["@bukn"]
// ...