@yandex-lms-ext/tslint-config-react
v1.0.4
Published
TSLint config for external projects of Yandex.LMS team with React
Downloads
4
Readme
@yandex-lms-ext/tslint-config-react
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"]
}