mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
340fa465ce
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
8 lines
226 B
YAML
8 lines
226 B
YAML
extends: existence
|
|
message: "You should use more decimal places, unless '%s' is really true."
|
|
link: 'https://angular.io/guide/docs-lint-errors#proselint-messages'
|
|
ignorecase: true
|
|
level: suggestion
|
|
tokens:
|
|
- 'p = 0\.0{2,4}'
|