mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-28 23:03:41 +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
7 lines
199 B
YAML
7 lines
199 B
YAML
extends: existence
|
|
message: "The -g option should be added at the end of the command"
|
|
level: error
|
|
scope: raw
|
|
ignorecase: true
|
|
raw:
|
|
- '(npm (i|install) (-g|--global)|npm (-g|--global) (i|install))' |