mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-28 09:12:37 +03:00
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
|