eslint-config-typescript 1.7.1
Install from the command line:
Learn more about npm packages
$ npm install @smartlook/eslint-config-typescript@1.7.1
Install via package.json:
"@smartlook/eslint-config-typescript": "1.7.1"
About this version
This config should be used in all TypeScript projects.
npm i -D @smartlook/eslint-config-typescript
// .eslintrc.js
module.exports = {
extends: ['@smartlook/eslint-config-typescript'],
}
See LICENSE.