-
-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e87a8e
commit 3d81497
Showing
43 changed files
with
112 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
# Vale config. More information at https://vale.sh/docs/topics/config/ | ||
StylesPath = .github/styles | ||
MinAlertLevel = suggestion | ||
MinAlertLevel = warning | ||
|
||
# To update writing-rules package: | ||
# To update mui-vale package: | ||
# 1. Go to the docs folder in the material-ui repo | ||
# 2. Update/create YAML files | ||
# 3. Run `pnpm docs:zipRules` to generate the zip files | ||
# 4. You can test locally by replacing the url with the file path of the generated zip | ||
Packages = Google, https://github.com/mui/material-ui/raw/master/docs/writing-rules.zip | ||
Packages = Google, https://github.com/mui/material-ui/raw/HEAD/docs/mui-vale.zip | ||
|
||
[*.md] | ||
# Ignore code injections that start with {{... | ||
BlockIgnores = {{.* | ||
|
||
# Custom syle | ||
BasedOnStyles = writing-rules | ||
BasedOnStyles = MUI | ||
|
||
# Google: | ||
Google.FirstPerson = YES # Avoid first-person pronouns such as I, me, ...'. | ||
Google.GenderBias = YES # Avoid gendered profession | ||
Google.OxfordComma = YES # Add a comma before the final item in a series | ||
Google.Quotes = YES # Commas and periods go inside quotation marks | ||
Google.Spelling = YES # In general, use American spelling (word ending with 'nised' or 'logue') | ||
Google.We = YES # Try to avoid using first-person plural | ||
Google.Latin = YES # Try to avoid latin expressions e.g. and i.e. | ||
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.