mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Add the configuration and style files to support documentation linting. The `README.md` file includes instructions for installation and use of the lint tool. PR Close #46897
7 lines
256 B
YAML
7 lines
256 B
YAML
extends: occurrence
|
|
message: 'Try to keep your sentences shorter than 26 words. Shorter sentences tend to be easier to read.'
|
|
link: https://developers.google.com/style/accessibility#ease-of-reading
|
|
level: suggestion
|
|
scope: sentence
|
|
max: 26
|
|
token: '[\w-]+'
|