eslint-config-nycode
v1.0.3
Published
my personal eslint configuration
Downloads
19
Readme
eslint-config-nycode
My personal eslint configuration.
Usage
Install eslint
and my configuration with your favorite package manager.
pnpm add -D eslint eslint-config-nycode
Create a new file .eslintrc.json
with the following content:
{
"root": true,
"extends": ["nycode"]
}