2.1.0 • Published 6 years ago

@yandex-lms-ext/eslint-config-base v2.1.0

Weekly downloads
34
License
MPL-2.0
Repository
gitlab
Last release
6 years ago

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

6 years ago

1.2.1

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago