-
-
Notifications
You must be signed in to change notification settings - Fork 667
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into update-resources
- Loading branch information
Showing
676 changed files
with
21,114 additions
and
6,985 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 |
---|---|---|
|
@@ -41,10 +41,13 @@ jobs: | |
name: Versions | ||
command: npm version | ||
- checkout | ||
- run: | ||
name: Uninstall @stylistic/eslint-plugin | ||
command: npm uninstall -D @stylistic/eslint-plugin | ||
- run: | ||
name: Install eslint@6 | ||
command: | | ||
npm install --save-exact [email protected] | ||
npm install --save-exact [email protected] @typescript-eslint/parser@5 | ||
- run: | ||
name: Install dependencies | ||
command: npm install | ||
|
@@ -59,10 +62,13 @@ jobs: | |
name: Versions | ||
command: npm version | ||
- checkout | ||
- run: | ||
name: Uninstall @stylistic/eslint-plugin | ||
command: npm uninstall -D @stylistic/eslint-plugin | ||
- run: | ||
name: Install eslint@7 | ||
command: | | ||
npm install eslint@7 | ||
npm install eslint@7 @typescript-eslint/parser@5 | ||
- run: | ||
name: Install dependencies | ||
command: npm install | ||
|
@@ -77,6 +83,9 @@ jobs: | |
name: Versions | ||
command: npm version | ||
- checkout | ||
- run: | ||
name: Uninstall @stylistic/eslint-plugin | ||
command: npm uninstall -D @stylistic/eslint-plugin | ||
- run: | ||
name: Install @typescript-eslint/parser@4 eslint@7 [email protected] | ||
command: | | ||
|
@@ -88,17 +97,31 @@ jobs: | |
name: Test | ||
command: npm test | ||
node-v14: | ||
<<: *node-base | ||
docker: | ||
- image: node:14 | ||
steps: | ||
- run: | ||
name: Versions | ||
command: npm version | ||
- checkout | ||
- run: | ||
name: Install @typescript-eslint/parser@5 | ||
command: | | ||
npm install @typescript-eslint/parser@5 --save-exact | ||
- run: | ||
name: Install dependencies | ||
command: npm install | ||
- run: | ||
name: Test | ||
command: npm test | ||
node-v16: | ||
<<: *node-base | ||
docker: | ||
- image: node:16 | ||
|
||
lint: | ||
docker: | ||
- image: node:14 | ||
- image: node:16 | ||
steps: | ||
- run: | ||
name: Versions | ||
|
This file was deleted.
Oops, something went wrong.
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,4 +1,5 @@ | ||
line-length: false | ||
link-fragments: false | ||
single-title: false | ||
no-inline-html: | ||
allowed_elements: | ||
|
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
3 changes: 3 additions & 0 deletions
3
docs/.vitepress/build-system/shim/eslint/use-at-your-own-risk.mjs
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,3 @@ | ||
export default { | ||
/* empty */ | ||
} |
Oops, something went wrong.