@brightsole/eslint-config-lint-node-ts
v0.1.2
Published
extends lint-node to use ts plugin/parser
Downloads
14
Readme
(eslint-config-)lint-node-ts
What is it?
A thin wrapper around @brightsole/lint-node
that supports ts
. Apparently up is now down, and I've taken leave of my senses and am adding ts
to personal projects. THE END IS NIGH
How to use it?
{
"extends": "@brightsole/lint-node-ts"
}
Then, all that's left is to add a script for linting, like the one in this repo:
...
"scripts": { "lint": "eslint . --fix" },
...
TODO:
- add it to project-status
- generate a couple badges