getAngularTsPreset()
ts
function getAngularTsPreset(options): Record<string, unknown>;Defined in: presets.ts:87
Get Angular/TypeScript preset rules for ESLint
Parameters
| Parameter | Type | Description |
|---|---|---|
options | Options | Options like selectorPrefix, that could change in different projects |
Returns
Record<string, unknown>
Preset of Angular rules
See
https://ogs-gmbh.github.io/linter/guide/setup/angular
Since
1.0.0
Author
Simon Kovtyk