Skip to content

Commit

Permalink
chore: update JSON schema for github workflow files (#760)
Browse files Browse the repository at this point in the history
* chore: update JSON schema for github workflow files

* ci: add check for json schema store

* fix: formatting

* revert: remove declared module? why did i need this before?

* revert: don't install @types/prettier

* refactor: resolve prettier config instead of directly loading it
  • Loading branch information
kanadgupta authored Feb 15, 2023
1 parent 6668517 commit d127390
Show file tree
Hide file tree
Showing 4 changed files with 270 additions and 605 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"overrides": [
{
"files": ["bin/set-version-output.js", "bin/set-major-version-tag.js", "config/*.js"],
"files": ["bin/*.js", "config/*.js"],
"rules": {
"@typescript-eslint/no-var-requires": "off"
}
Expand Down
Loading

0 comments on commit d127390

Please sign in to comment.