nfour / eslint-config-standard-typescript-prettier

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

What should I add to my package scripts? #4

Closed wasinsandiego closed 4 years ago

wasinsandiego commented 4 years ago

Wondering what do I actually run or add to my package scripts to dot he check? Given I see it uses prettier, standard, and eslint it's just not clear to me.

By the way, thanks for this! I have been struggling with configuring all of these things.

wasinsandiego commented 4 years ago

Okay, sorry about that - it's obvious after simply trying eslint directly. I'm a bit rusty using eslint directly as I've been using standard for a while. Doesn't help when I have git hooks, ci, and editor plugins doing it for me.

Anyway, I made a PR to update the read me for those of us that need the extra help if you're interested 😉 https://github.com/nfour/eslint-config-standard-typescript-prettier/pull/5