Skip to content

Commit

Permalink
Apply Prettier formatting to ts-conversion-1
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemiev committed Sep 20, 2019
1 parent 5663bd5 commit 631ceb3
Show file tree
Hide file tree
Showing 395 changed files with 50,681 additions and 50,565 deletions.
6 changes: 6 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules
dist
package.json
yarn.lock
package-lock.json
.eslintrc.js
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"trailingComma": "es5",
"singleQuote": true,
"useTabs": true
}
910 changes: 235 additions & 675 deletions packages/amazon-cognito-identity-js/CHANGELOG.md

Large diffs are not rendered by default.

Loading

0 comments on commit 631ceb3

Please sign in to comment.