1.0.3 • Published 2 years ago

eslint-config-nycode v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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"]
}