Socket
Book a DemoInstallSign in
Socket

@angular-ru/eslint-plugin-enterprise

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-ru/eslint-plugin-enterprise

Angular-RU package

14.0.2
latest
Source
npmnpm
Version published
Weekly downloads
30
328.57%
Maintainers
2
Weekly downloads
 
Created
Source

Angular-RU eslint-plugin

An ESLint-specific plugin that contains rules which are specific to Angular projects. It can be combined with any other ESLint plugins in the normal way.

image image

Quick start

$ npm install @angular-ru/eslint-plugin-enterprise -D

Add to your .eslintrc.json:

{
    "plugins": ["@angular-ru/eslint-plugin-enterprise"],
    "rules": {
        "@angular-ru/enterprise/no-suffix-file": [
            "error",
            {
                "fileEndsWithList": [
                    ".model.ts",
                    ".models.ts",
                    ".enum.ts",
                    ".enums.ts",
                    ".type.ts",
                    ".types.ts",
                    ".interface.ts",
                    ".interfaces.ts"
                ]
            }
        ]
    }
}

Check out eslint:

$ eslint "**/*.ts"

FAQs

Package last updated on 30 Oct 2022

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.