/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.vale.ini
28 строк
670 B
Brijesh Bittu
[code-infra] Use vale rules from code-infra package (#48173)
29 апр 2026, 12:44
Не верифицирован
29 апр 2026, 12:44
afc6067
Код
Авторство
О чём код?
# Vale config. More information at https://vale.sh/docs/topics/config/ StylesPath = .github/styles MinAlertLevel = warning Packages = Google, ./node_modules/@mui/internal-code-infra/vale [formats] mdx = md [*.md] # Ignore React component calls TokenIgnores = (<\/?[A-Z].+>) # Ignore code injections that start with {{... BlockIgnores = {{.* BasedOnStyles = MUI # Google errors: Google.GenderBias = YES # No Gender bias # Google warings: Google.FirstPerson = YES # Avoid first-person Google.We = YES # Avoid first-person plural Google.Will = YES # Avoid future tense Google.OxfordComma = YES # Prefer Oxford comma [CHANGELOG*.md] MUI.CorrectReferenceAllCases = NO