mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Adds suggestions for how to resolve the most common messages produced by the documentation linter. Adds links to the Proselint and other style tests to the new documentation. Updates pullapprove and navigation. PR Close #47019
7 lines
262 B
YAML
7 lines
262 B
YAML
extends: existence
|
|
message: "Don't start a sentence with '%s'. Try to rewrite the sentence without it."
|
|
link: 'https://angular.io/guide/docs-lint-errors#starting-a-sentence-messages'
|
|
ignorecase: true
|
|
level: error
|
|
raw:
|
|
- '(?:^[^\w]*|[;-]\s)There\b\s(is|are)\b'
|