@yandex-lms-ext/eslint-config-base
v2.1.0
Published
ESLint base config for external projects of Yandex.LMS team
Downloads
6
Readme
@yandex-lms-ext/eslint-config-base
ESLint base config for external projects of Yandex.LMS team.
Installation
npm install --save-dev eslint prettier @yandex-lms-ext/eslint-config-base
Configuration
Extend your ESLint config and select environments which you use:
.eslintrc.json
{
"extends": ["@yandex-lms-ext/eslint-config-base"],
"env": {
"es6": true,
"jest": true,
"node": true,
"browser": true
}
}