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