vale cleanup (#2579)
* vale cleanup * added --config flag to vale * added --config flag to vale * added --config flag to vale * added --config flag to vale * testing vale
This commit is contained in:
7
.github/vale-styles/docs/NpmGlobal.yml
vendored
Normal file
7
.github/vale-styles/docs/NpmGlobal.yml
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
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))'
|
||||
Reference in New Issue
Block a user