Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

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

evgenymarkov3MPL-2.01.0.4

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

tslint, config, react

readme

@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"]
}