Socket
Book a DemoInstallSign in
Socket

@angular-ru/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
251
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-ru/eslint-config

Angular-RU package

15.306.2
latest
Source
npmnpm
Version published
Weekly downloads
285
325.37%
Maintainers
1
Weekly downloads
 
Created
Source

Shareable Configs for Angular projects

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

Check out eslint:

$ eslint "**/*.ts"

Override rules

.eslintrc.json or .eslintrc.js:

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

Optional

import/no-deprecated by default "off"

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

Keywords

angular-ru

FAQs

Package last updated on 14 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.