-
-
Notifications
You must be signed in to change notification settings - Fork 601
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add cSpell to check spelling issues (#1482)
- Loading branch information
1 parent
239b9ac
commit 6c67af8
Showing
7 changed files
with
1,718 additions
and
79 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"version": "0.2", | ||
"language": "en,en-gb", | ||
"words": [ | ||
"pures", | ||
"icss", | ||
"styl", | ||
"nosources", | ||
"unknwon", | ||
"mycss", | ||
"memfs", | ||
"Koppers", | ||
"sokra", | ||
"plusplus", | ||
"localident", | ||
"fullhash", | ||
"requestify", | ||
"XSSI", | ||
"Requestable", | ||
"requestable", | ||
"requestify", | ||
"nourl", | ||
"stylesheet", | ||
"classname", | ||
"EACE", | ||
"UAAU", | ||
"AACZ", | ||
"MCEP", | ||
"stringifier", | ||
"Zvby", | ||
"uncnoun", | ||
"bazzy", | ||
"svars", | ||
"concat", | ||
"camelcase", | ||
"Brotli", | ||
"Contex", | ||
"vspace", | ||
"commitlint" | ||
], | ||
|
||
"ignorePaths": [ | ||
"CHANGELOG.md", | ||
"package.json", | ||
"dist/**", | ||
"**/__snapshots__/**", | ||
"package-lock.json", | ||
"**/*.css", | ||
"**/fonts/**" | ||
] | ||
} |
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,4 +1,4 @@ | ||
module.exports = { | ||
"*": ["prettier --write --ignore-unknown"], | ||
"*": ["prettier --write --ignore-unknown", "cspell"], | ||
"*.js": ["eslint --cache --fix"], | ||
}; |
Oops, something went wrong.