@smartlook/eslint-config-typescript
v1.6.0
Published
Smartlook ESLint configuration for TypeScript
Downloads
3
Keywords
Readme
@smartlook/eslint-config-typescript
This config should be used in all TypeScript projects.
Installation
npm i -D @smartlook/eslint-config-typescript
// .eslintrc.js
module.exports = {
extends: ['@smartlook/eslint-config-typescript'],
}
License
See LICENSE.