Skip to content

Commit

Permalink
Read & Query HTTP APIs - Part 2 (#129)
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Tsai <[email protected]>
Co-authored-by: Liran Cohen <[email protected]>
  • Loading branch information
3 people authored May 14, 2024
1 parent 11464fb commit f91c78a
Show file tree
Hide file tree
Showing 6 changed files with 1,277 additions and 478 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
},
rules: {
'max-len': ['error', { code: 150, ignoreStrings: true }],
'brace-style': ['error', '1tbs', { 'allowSingleLine': false }],
curly: ['error', 'all'],
'no-console': 'off',
'@typescript-eslint/explicit-function-return-type': ['error'],
Expand Down
Loading

0 comments on commit f91c78a

Please sign in to comment.