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

2.1.0 • Public • Published

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

npm

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
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @yandex-lms-ext/eslint-config-base

Weekly Downloads

0

Version

2.1.0

License

MPL-2.0

Unpacked Size

19.9 kB

Total Files

4

Last publish

Collaborators

  • evgenymarkov
  • semyonmakhaev