nfour / eslint-config-standard-typescript-prettier

A simple eslint config for modern TypeScript projects.
MIT License
22 stars 8 forks source link

Added step for running eslint to readme #5

Closed wasinsandiego closed 4 years ago

wasinsandiego commented 4 years ago

A step in the readme that mentions how to run the linter. Just a note to help those that may be unfamiliar with running eslint directly.

nfour commented 4 years ago

Thanks for your contributions...

...but I don't think its our responsibility to maintain reference to how to use eslint - it's implicit, and technically running this on the CLI is only one use case. I actually mostly utilize VSCode integration for example, and thus the eslint CLI is reserved for CICD / automated checks.