blog/vale-styles/Microsoft/Ranges.yml

8 lines
228 B
YAML
Raw Normal View History

2021-11-27 14:04:27 +01:00
extends: existence
message: "In most cases, use 'from' or 'through' to describe a range of numbers."
link: 'https://docs.microsoft.com/en-us/style-guide/numbers'
nonword: true
level: warning
tokens:
- '\b\d+\s?[-]\s?\d+\b'