This package has been deprecated

Author message:

Package is moved to the @gravity-ui scope

@yandex-cloud/eslint-config

1.1.0 • Public • Published

@yandex-cloud/eslint-config

Install

npm install --save-dev eslint @yandex-cloud/eslint-config

Usage

Add .eslintrc file in the project root with the following content:

{
    "extends": "@yandex-cloud/eslint-config",
    "root": true
}

Add client and server config files in corresponding directories:

{
    "extends": "@yandex-cloud/eslint-config/server"
}
{
    "extends": "@yandex-cloud/eslint-config/client"
}

Prettier

If you are using Prettier, extend root config with the additional rules:

{
    "extends": ["@yandex-cloud/eslint-config", "@yandex-cloud/eslint-config/prettier"],
    "root": true
}

Readme

Keywords

Package Sidebar

Install

npm i @yandex-cloud/eslint-config

Weekly Downloads

8

Version

1.1.0

License

MIT

Unpacked Size

13.8 kB

Total Files

12

Last publish

Collaborators

  • amje
  • monsterzz
  • resure
  • seqvirioum
  • yandex-cloud-bot
  • yc-ui-bot