Files
medusa-store/docs/styles/docs/NpmCommands.yml
Shahed Nasser 6adaf56c73 docs: integrate Vale for documentation linting (#2242)
* added value rules

* resolved errors raised by vale

* added github action

* fixes to github action

* added details in contribution guidelines

* added rule for numbers

* limited checks to errors
2022-09-22 13:12:09 +03:00

11 lines
291 B
YAML

extends: substitution
message: Use '%s' instead of '%s'
link: https://docs.medusajs.com/contribution-guidelines#expand-commands
level: error
scope: code
ignorecase: false
# swap maps tokens in form of bad: good
swap:
npm i: npm install
npm start: npm run start
npm build: npm run build