1.0.1 • Published 3 years ago
@guoyunhe/eslint-config-cli v1.0.1
@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"]
}
}