1.0.3 • Published 5 years ago

@yandex-lms-ext/tslint-config-base v1.0.3

Weekly downloads
2
License
MPL-2.0
Repository
github
Last release
5 years ago

@yandex-lms-ext/tslint-config-base

npm

TSLint base config for external projects of Yandex.LMS team.

Installation

npm install --save-dev prettier tslint typescript @yandex-lms-ext/tslint-config-base

Configuration

Extend your TSLint config:

tslint.conf

{
  "extends": ["@yandex-lms-ext/tslint-config-base"]
}