mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
bfddfe5622
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
29 lines
651 B
YAML
Executable File
29 lines
651 B
YAML
Executable File
extends: substitution
|
|
message: Consider using '%s' instead of '%s'
|
|
ignorecase: true
|
|
level: warning
|
|
swap:
|
|
no minor: major
|
|
no ordinary: extraordinary
|
|
no(?:t)? small: large
|
|
not (?:a)? bad: good
|
|
not accept(?:ed)?: rejected
|
|
not allow(?:ed)?: prevented
|
|
not certain: uncertain
|
|
not consider(?:ed)?: ignored
|
|
not fail: passed
|
|
not have: lack(s)
|
|
not many: few
|
|
not old enough: too young
|
|
not remember: forgot
|
|
not succeed: failed
|
|
not the brightest: dumb
|
|
not the same: different
|
|
not unaware: aware
|
|
not unclean: clean
|
|
not unfamiliar: familiar
|
|
not unlike: like
|
|
not unpleasant: pleasant
|
|
not useless: useful
|
|
not wrong: right
|