eslint-config-thisotherthing-typescript
v2.0.0
Published
thisotherthing typescript eslint config
Maintainers
Readme
eslint-config-thisotherthing-typescript
eslint config for this other thing typescript projects
Install
run npm i git+ssh://[email protected]:thisotherthing/eslint-config-thisotherthing-typescript.git --save-dev
and then edit your package.json to include:
"eslintConfig": {
"extends": "thisotherthing-typescript"
},