mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-30 07:41:46 +03:00
11 lines
205 B
YAML
11 lines
205 B
YAML
|
extends: substitution
|
||
|
message: "Use '%s' instead of '%s'."
|
||
|
ignorecase: true
|
||
|
level: error
|
||
|
nonword: true
|
||
|
action:
|
||
|
name: replace
|
||
|
swap:
|
||
|
'\b(?:eg|e\.g\.)[\s,]': for example
|
||
|
'\b(?:ie|i\.e\.)[\s,]': that is
|