Add Readability package.
This commit is contained in:
parent
1471c54c76
commit
9b57f2fcfb
90 changed files with 3856 additions and 2 deletions
11
styles/proselint/Typography.yml
Normal file
11
styles/proselint/Typography.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
extends: substitution
|
||||
message: Consider using the '%s' symbol instead of '%s'.
|
||||
level: error
|
||||
nonword: true
|
||||
swap:
|
||||
'\.\.\.': …
|
||||
'\([cC]\)': ©
|
||||
'\(TM\)': ™
|
||||
'\(tm\)': ™
|
||||
'\([rR]\)': ®
|
||||
'[0-9]+ ?x ?[0-9]+': ×
|
||||
Loading…
Add table
Add a link
Reference in a new issue