3.5.0 • Published 11 months ago

@infinumjs/eslint-config-angular-ts v3.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

eslint-config-angular-ts

This package provides Infinum's ESLint Angular shareable config.

Quick start

  1. Use the Angular CLI to add add @angular-eslint/schematics. If you are migrating from TSLint, follow the migration guide.

    ng add @angular-eslint/schematics
  2. Install the RxJS plugin and Infinum's config.

    npm install --save-dev eslint-plugin-rxjs @infinumjs/eslint-config-angular-ts
  3. Open your project's ESLint config file and add Infinum's config to the extends array for TypeScript files.

    {
    	"overrides": [
    		{
    			"files": ["*.ts"],
    			"extends": [
    				"plugin:@angular-eslint/recommended",
    				"plugin:@angular-eslint/template/process-inline-templates",
    				"@infinumjs/eslint-config-angular-ts"
    			]
    		}
    	]
    }

License

The MIT License

Credits

@infinumjs/eslint-config-angular-ts is maintained and sponsored by Infinum.

3.5.0

11 months ago

3.4.0

11 months ago

3.3.1

2 years ago

3.3.0

2 years ago

3.2.0

2 years ago

2.11.0

2 years ago

2.12.0

2 years ago

3.1.0

2 years ago

2.10.0

2 years ago

2.9.0

3 years ago

2.8.0

3 years ago

3.0.0

2 years ago

2.7.0

3 years ago

2.6.0

3 years ago