0.1.2 • Published 2 years ago

@brightsole/eslint-config-lint-node-ts v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

(eslint-config-)lint-node-ts

code style: prettier published on npm!

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:

  1. add it to project-status
  2. generate a couple badges