Skip to content

GargoyleSoft/eslint-plugin-angular

Repository files navigation

@gargoylesoft/eslint-plugin-angular

Rules for new angular versions.

Installation

You'll first need to install ESLint:

yarn add -D eslint

Next, install @gargoylesoft/eslint-plugin-angular:

yarn add -D @gargoylesoft/eslint-plugin-angular

Usage

Add @gargoylesoft/angular to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "@gargoylesoft/angular"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "@gargoylesoft/angular/rule-name": 2
    }
}

Supported Rules

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published