1.0.4 • Published 5 years ago

@yandex-lms-ext/tslint-config-react v1.0.4

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

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

npm

TSLint config for external projects of Yandex.LMS team with React.

Installation

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

Configuration

Extend your TSLint config:

tslint.conf

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