eslint-config-zyehex
v0.3.1
Published
Shareable ESLint config for Zyehex.
Downloads
36
Readme
eslint-config-zyehex
Installation
# with yarn
yarn add -D eslint eslint-config-zyehex
# or if you prefer npm
npm i -D eslint eslint-config-zyehexUsage
Once the eslint-config-zyehex package is installed, you can use it by extending it in your ESLint configuration file.
{
"extends": "zyehex"
}