mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-28 09:12:37 +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
12 lines
179 B
YAML
12 lines
179 B
YAML
extends: existence
|
|
message: "Don't add -ly to an ordinal number."
|
|
level: suggestion
|
|
action:
|
|
name: edit
|
|
params:
|
|
- trim
|
|
- ly
|
|
tokens:
|
|
- firstly
|
|
- secondly
|
|
- thirdly |