1.0.10 • Published 2 years ago

@kickstage/eslint-config-angular-ts v1.0.10

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

eslint-config-angular-ts

This package provides Kickstage'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 Kickstage's config.

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

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

License

The MIT License

Credits

Maintained by Kickstage.

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

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