-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE: eslint 9 is now require BREAKING CHANGE: typescript >= v4.7 is now required (when using typescript)
- Loading branch information
1 parent
679d1c5
commit 2d6d914
Showing
112 changed files
with
7,492 additions
and
7,188 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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
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,17 +1,16 @@ | ||
"*.{json,yml}": | ||
- prettier --ignore-unknown --write | ||
- eslint --fix | ||
- cspell lint --no-progress --show-suggestions --show-context --no-must-find-files --dot | ||
|
||
"*.ts": | ||
- prettier --ignore-unknown --write | ||
"*.?([cm])[jt]s?(x)": | ||
- eslint --fix | ||
- cspell lint --no-progress --show-suggestions --show-context --no-must-find-files --dot | ||
- tsc-files -p tsconfig.build.json --noEmit | ||
|
||
"*.md": | ||
- prettier --ignore-unknown --write | ||
- markdownlint --config=.markdownlint.json --ignore-path=.markdownlintignore | ||
- markdownlint-cli2 --fix | ||
- eslint --fix | ||
- cspell lint --no-progress --show-suggestions --show-context --no-must-find-files --dot | ||
|
||
"pnpm-lock.yaml": | ||
pnpm-lock.yaml: | ||
- "pnpm dedupe && :" |
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,6 @@ | ||
{ | ||
"$schema": "node_modules/markdownlint-cli2/schema/markdownlint-cli2-config-schema.json", | ||
"gitignore": true, | ||
"globs": ["**/*.md"], | ||
"ignores": ["node_modules", "coverage", "lib", "CHANGELOG.md"], | ||
} |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
|
||
plugins: | ||
- prettier-plugin-packagejson | ||
- prettier-plugin-multiline-arrays | ||
|
||
trailingComma: "all" | ||
|
||
|
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.