mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-29 01:38:18 +03:00
18ee95179e
* vale cleanup * added --config flag to vale * added --config flag to vale * added --config flag to vale * added --config flag to vale * testing vale
13 lines
319 B
YAML
13 lines
319 B
YAML
extends: existence
|
|
message: "Don't use end punctuation in headings."
|
|
link: https://medusajs.notion.site/Style-Guide-Docs-fad86dd1c5f84b48b145e959f36628e0#a5043fc5f8bc4b0b84f3ba494f817e42
|
|
nonword: true
|
|
level: warning
|
|
scope: heading
|
|
action:
|
|
name: edit
|
|
params:
|
|
- remove
|
|
- '.?!'
|
|
tokens:
|
|
- '[a-z][.?!](?:\s|$)' |