3.0.0 • Published 2 years ago

@betsys-eslint/eslint-config-angular v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Requirements

We recommend using Node.js v16 as we do not support lower version of Node.js. Angular version 12 and later are supported.

Quick Start

Installing automatically

To install the configuration with all the necessary configuration changes, use the following:

npx @betsys-eslint/install config angular

To read more about our installation script visit: @betsys-eslint/install. :warning: This package currently works only with .eslintrc.json file. We plan to support other configuration files (.js and .yml) in the future.

Installing manually

To install the configuration manually, use the following:

npm install --save-dev @betsys-eslint/eslint-config-angular

after installation, add the configuration to you ESLint config:

{
  "overrides": [
    {
      files: ["*.ts"],
      // Locate configuration for your TS files
      "extends": [
        // ...
        "@betsys-eslint/angular"
      ]
    }
  ]
}

About the configuration

This configuration is based on our @betsys-eslint/eslint-config-typescript configuration.

3.0.0

2 years ago

3.0.0-alpha.0

2 years ago

3.0.2-alpha.0

2 years ago

3.0.1-alpha.0

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago