spell: fix MD044/proper-names for BitBucket and Sass
parent
048c02d90f
commit
1b1b66e2ce
|
@ -12,9 +12,9 @@
|
||||||
"MD033": { "allowed_elements": [ "a", "abbr", "div", "span" ] },
|
"MD033": { "allowed_elements": [ "a", "abbr", "div", "span" ] },
|
||||||
"MD044": { "names": [
|
"MD044": { "names": [
|
||||||
".github", ".gitlab", ".markdown", ".mega", ".html", ".css", ".sass", ".html", ".json", ".yaml",
|
".github", ".gitlab", ".markdown", ".mega", ".html", ".css", ".sass", ".html", ".json", ".yaml",
|
||||||
"GitHub", "GitLab", "BitBucket", "Pull Request", "PR",
|
"GitHub", "GitLab", "Bitbucket", "Pull Request", "PR",
|
||||||
"Google", "Google Drive", "YouTube", "Dropbox", "Mega", "Scribd", "Issuu", "Leanpub", "StackOverflow",
|
"Google", "Google Drive", "YouTube", "Dropbox", "Mega", "Scribd", "Issuu", "Leanpub", "StackOverflow",
|
||||||
"Markdown", "HTML", "CSS", "SASS", "JavaScript", "JSON", "YAML"
|
"Markdown", "HTML", "CSS", "Sass", "JavaScript", "JSON", "YAML"
|
||||||
] }
|
] }
|
||||||
}
|
}
|
||||||
-->
|
-->
|
||||||
|
@ -243,7 +243,7 @@
|
||||||
"próximo",
|
"próximo",
|
||||||
"GitHub",
|
"GitHub",
|
||||||
"GitLab",
|
"GitLab",
|
||||||
"BitBucket",
|
"Bitbucket",
|
||||||
"Pull Request",
|
"Pull Request",
|
||||||
"PRÓXIMO",
|
"PRÓXIMO",
|
||||||
"PR",
|
"PR",
|
||||||
|
@ -259,7 +259,7 @@
|
||||||
"Markdown",
|
"Markdown",
|
||||||
"HTML",
|
"HTML",
|
||||||
"CSS",
|
"CSS",
|
||||||
"SASS",
|
"Sass",
|
||||||
"JavaScript",
|
"JavaScript",
|
||||||
"JSON",
|
"JSON",
|
||||||
"YAML"
|
"YAML"
|
||||||
|
|
Loading…
Reference in New Issue