Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
[ACS-5839] api typings and docs (#1650)
Browse files Browse the repository at this point in the history
* GS API enhancements, prettier setup

* typings and docs enhancements

* typings and docs enhancements
  • Loading branch information
DenysVuika authored Aug 30, 2023
1 parent 8ca4ed0 commit 76f951f
Show file tree
Hide file tree
Showing 25 changed files with 1,657 additions and 2,391 deletions.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"singleQuote": true,
"printWidth": 180
"printWidth": 180,
"trailingComma": "none"
}
16 changes: 16 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"nock": "^13.3.2",
"npm-run-all": "^4.1.5",
"nyc": "^15.0.0",
"prettier": "^3.0.3",
"shx": "^0.3.2",
"sinon": "^15.0.1",
"sinon-chai": "^3.3.0",
Expand Down
Loading

0 comments on commit 76f951f

Please sign in to comment.