Skip to content

Commit

Permalink
feat(guilded-api-typings): migrate to openapi schemas (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaida04 authored May 5, 2023
1 parent f20eb1d commit f6f1c6c
Show file tree
Hide file tree
Showing 97 changed files with 11,730 additions and 4,234 deletions.
5 changes: 5 additions & 0 deletions .changeset/violet-fireants-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@guildedjs/guilded-api-typings": major
---

feat: start migration to using openapi schemas
2 changes: 2 additions & 0 deletions .config/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
*.d.ts

packages/**/*.js
packages/guilded-api-typings/lib/v1/rest.ts
packages/guilded-api-typings/lib/v1/ws.ts
apps/**/*.js
6 changes: 5 additions & 1 deletion .config/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ module.exports = {
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/explicit-function-return-type": "error",
"@typescript-eslint/explicit-member-accessibility": "off",
"@typescript-eslint/promise-function-async": "off",
"@typescript-eslint/no-invalid-this": "off",
"@typescript-eslint/promise-function-async": "off",
"jsdoc/multiline-blocks": "off",
"jsdoc/newline-after-description": "off",
"typescript-sort-keys/interface": "off",
"@typescript-eslint/lines-between-class-members": [
"warn",
"always",
Expand All @@ -31,6 +34,7 @@ module.exports = {
"no-restricted-globals": "off",
"n/prefer-global/process": "off",
"no-promise-executor-return": "off",
"jsdoc/no-undefined-types": "off",
},
overrides: [
{
Expand Down
Loading

0 comments on commit f6f1c6c

Please sign in to comment.