0.3.1 • Published 4 years ago

eslint-config-zyehex v0.3.1

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
4 years ago

eslint-config-zyehex

Installation

# with yarn
yarn add -D eslint eslint-config-zyehex

# or if you prefer npm
npm i -D eslint eslint-config-zyehex

Usage

Once the eslint-config-zyehex package is installed, you can use it by extending it in your ESLint configuration file.

{
  "extends": "zyehex"
}