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

1.1.0 • Public • Published

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

npm

ESLint base config for external projects of Yandex.LMS team with React.

Installation

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

Configuration

Extend your ESLint config and select environments which you use:

.eslintrc.js

{
  "extends": ["@yandex-lms-ext/eslint-config-base", "@yandex-lms-ext/eslint-config-react"],
  "env": {
    "es6": true,
    "jest": true,
    "node": true,
    "browser": true
  }
}

Readme

Keywords

Package Sidebar

Install

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

Weekly Downloads

1

Version

1.1.0

License

MPL-2.0

Unpacked Size

17.9 kB

Total Files

4

Last publish

Collaborators

  • evgenymarkov
  • semyonmakhaev