-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): updating Spectral packages so that Arazzo and AsyncAPI (#…
…240) * chore(deps): update spectral to get Arazzo and AsyncAPI * chore(deps): rollback on local script change * chore(repo): bump node versions in actions * chore(repo): fix on node versions for stability * chore(repo): use node 18 LTS for OS variants * chore(repo): bump release action to use 18.x LTS * chore(repo): bump checkout and setup-node actions * chore(repo): update README with Arazzo support
- Loading branch information
1 parent
889b038
commit 95a6943
Showing
8 changed files
with
128 additions
and
63 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
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,23 +1,16 @@ | ||
{ | ||
"eslint.enable": true, | ||
"eslint.workingDirectories": [ | ||
"./client", | ||
"./server" | ||
], | ||
"eslint.workingDirectories": ["./client", "./server"], | ||
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false, | ||
"typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false, | ||
"typescript.tsc.autoDetect": "off", | ||
"typescript.tsdk": "./node_modules/typescript/lib", | ||
"typescript.tsserver.log": "off", | ||
"typescript.tsserver.trace": "off", | ||
"eslint.probe": [ | ||
"typescript" | ||
], | ||
"eslint.validate": [ | ||
"typescript" | ||
], | ||
"eslint.probe": ["typescript"], | ||
"eslint.validate": ["typescript"], | ||
"editor.formatOnSave": true, | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll.eslint": true | ||
}, | ||
"source.fixAll.eslint": "explicit" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
"author": "Stoplight <[email protected]>", | ||
"dependencies": { | ||
"@stoplight/path": "^1.3.2", | ||
"@stoplight/spectral-core": "^1.16.0", | ||
"@stoplight/spectral-ruleset-bundler": "^1.5.0", | ||
"@stoplight/spectral-ruleset-migrator": "^1.9.1", | ||
"@stoplight/spectral-rulesets": "^1.14.1", | ||
"@stoplight/spectral-core": "^1.19.1", | ||
"@stoplight/spectral-ruleset-bundler": "^1.6.0", | ||
"@stoplight/spectral-ruleset-migrator": "^1.10.0", | ||
"@stoplight/spectral-rulesets": "^1.20.2", | ||
"minimatch": "^3.0.4", | ||
"rollup": "~2.79.0", | ||
"vscode-languageserver": "^6.1.1", | ||
|
Oops, something went wrong.