2.0.0 • Published 3 years ago

eslint-config-thisotherthing-typescript v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

eslint-config-thisotherthing-typescript

eslint config for this other thing typescript projects

Install

run npm i git+ssh://git@github.com:thisotherthing/eslint-config-thisotherthing-typescript.git --save-dev

and then edit your package.json to include:

"eslintConfig": {
  "extends": "thisotherthing-typescript"
},