Files
react-test/docs/mui-vale/styles/MUI/NoCompanyName.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
381 B
YAML
Raw Permalink Normal View History

2025-12-12 14:26:25 +09:00
extends: existence
message: We avoid referencing the company name '%s'. Instead you can reference a product or the team.
level: warning
ignorecase: false
tokens:
- 'MUI \w+'
exceptions:
- 'MUI X'
- 'MUI System'
- 'MUI Store'
- 'MUI Core'
- 'MUI Connect'
# valid use of a regular space
- 'MUI organization'
- 'MUI ecosystem'
- 'MUI products'
- 'MUI team'