Files
medusa-store/www/vale/styles/docs/ModuleNames.yml
Shahed Nasser 1842cd33cf docs: rename provider module to module provider (#7869)
* docs: rename provider module to module provider

* fix vale rule

* vale fixes
2024-07-01 10:21:19 +03:00

19 lines
411 B
YAML

extends: existence
message: Consider capitalizing module name.
level: error
ignorecase: false
tokens:
- the [a-z]\w+ [mM]odule
- the [A-Z]\w+ module
exceptions:
- the custom module
- the commerce module
- the transpiled module
- the main module
- the same module
- the other module
- the referencing module
- the link module
- the first module
- the second module
- the module provider