mirror of
https://github.com/twentyhq/twenty.git
synced 2026-06-12 01:46:39 -04:00
* 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 |