Skip to content

Options

ts
type Options = object;

Defined in: types/anguler-rules.type.ts:8

Options for Angular-specific linting rules

Since

1.0.0

Author

Simon Kovtyk

Properties

selectorPrefix

ts
selectorPrefix: string;

Defined in: types/anguler-rules.type.ts:16

Angular selector prefix for components and directives

Remarks

If you want to enforce, that every component selector should start with app-, set it to app.

Since

1.0.0