Node.js lint setup and config that I use in my TypeScript projects (based on StandardJS).
npm install eslint-config-jk-tsThe lint setup and config that I use in my TypeScript projects. Basically StandardJS with a little extra, and linting on pre-commit.

npm i eslint-config-jk-ts --save-dev
`
- Installs eslint
- Installs the StandardJS eslint configs / plugins
- Installs the TypeScript esling configs / plugins
- Adds custom rules and plugins I like
- Installs husky
- Installs lint-staged
- Adds to package.json (if file exsists)
- Eslint config option
- Husky hook to lint on pre-commit
- package script lint (npm run lint`)