1.0.1 • Published 3 years ago

@guoyunhe/eslint-config-cli v1.0.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 years ago

@guoyunhe/eslint-config-cli

Shareable ESLint configuration for command line tool projects

How to use

npm install --save-dev @guoyunhe/eslint-config-cli

Modify package.json:

{
  "eslint": {
    "extends": ["@guoyunhe/cli"]
  }
}