This package has been deprecated

Author message:

Package no longer supported. Use @angular-ru/eslint-config-enterprise

@angular-ru/eslint

12.1.1 • Public • Published

Shareable Configs for Angular projects

image image

These rules are the most stringent, which allow you to control all types of data in your project, as well as more strictly determine the order of imports.

Quick start

$ npm install @angular-ru/eslint -D

Also you do not need to manually install ESLint, it will always be the newest.

Add to your .eslintrc.json:

{
    "extends": "@angular-ru/eslint"
}

Check out eslint:

$ eslint "**/*.ts"

Override rules

.eslintrc.json or .eslintrc.js:

{
    extends: '@angular-ru/eslint',
    rules: {
        // override extended rules
    }
}

Optional

import/no-deprecated by default "off"

{
    "extends": "@angular-ru/eslint",
    "rules": {
        "import/no-deprecated": "error"
    }
}

Dependencies (18)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @angular-ru/eslint

    Weekly Downloads

    0

    Version

    12.1.1

    License

    MIT

    Unpacked Size

    28.1 kB

    Total Files

    4

    Last publish

    Collaborators

    • angular-ru