8 lines
284 B
YAML
8 lines
284 B
YAML
extends: existence
|
|
message: "The -g option should be added at the end of the command"
|
|
link: https://docs.medusajs.com/resources/contribution-guidelines/docs#global-option
|
|
level: error
|
|
scope: raw
|
|
ignorecase: true
|
|
raw:
|
|
- '(npm (i|install) (-g|--global)|npm (-g|--global) (i|install))' |