Skip to content

Commit

Permalink
feat(js): group parameters (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts authored Jan 4, 2022
1 parent a4631a3 commit 71470e3
Show file tree
Hide file tree
Showing 64 changed files with 5,348 additions and 1,682 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ module.exports = {
// there's a conflict when declaring `type` and `namespaces`, even with `ignoreDeclarationMerge`
'no-redeclare': 0,
'@typescript-eslint/no-redeclare': 0,
// Some endpoints have A LOT of parameters
'max-params': 0,

'@typescript-eslint/no-unused-vars': 2,
'unused-imports/no-unused-imports-ts': 2,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ yarn docker playground:java:search

# Troubleshooting

> `Error: The operation couldnt be completed. Unable to locate a Java Runtime.`
> `Error: The operation couldn't be completed. Unable to locate a Java Runtime.`
Java is not located in your PATH, either source the right `.bash_profile`, `.zshrc`, etc. file or do the following command in this repository:

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 71470e3

Please sign in to comment.