Skip to content

Commit

Permalink
Merge pull request #11652 from nextcloud/feat/noid/openapi-to-typescript
Browse files Browse the repository at this point in the history
feat(openapi): convert openapi to types and use in project
  • Loading branch information
Antreesy authored Feb 29, 2024
2 parents f88f0f3 + 9c8539f commit 677147e
Show file tree
Hide file tree
Showing 20 changed files with 14,428 additions and 75 deletions.
9 changes: 9 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,14 @@ module.exports = {
'node/no-unpublished-import': 'off',
},
},
{
files: ['src/types/openapi/*.ts'],
rules: {
'@typescript-eslint/no-explicit-any': 'off',
quotes: 'off',
'no-multiple-empty-lines': 'off',
'no-use-before-define': 'off',
},
},
],
}
Loading

0 comments on commit 677147e

Please sign in to comment.