Skip to content

Commit

Permalink
Github actions auto formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Aug 25, 2020
1 parent a77eeb2 commit 0c5306f
Show file tree
Hide file tree
Showing 50 changed files with 23,957 additions and 152 deletions.
6 changes: 1 addition & 5 deletions .mockData/mock-autocomplete.json
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
[
"Option 1",
"Option 2",
"Option 3"
]
["Option 1", "Option 2", "Option 3"]
3 changes: 2 additions & 1 deletion .storybook/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ addParameters({
} else if (
a[1].parameters &&
!a[1].parameters.order &&
(b[1].parameters && !b[1].parameters.order)
b[1].parameters &&
!b[1].parameters.order
) {
return 0
} else {
Expand Down
2 changes: 1 addition & 1 deletion cors-anywhere.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ cors_proxy
xfwd: false,
},
})
.listen(port, host, function() {
.listen(port, host, function () {
console.log('Running CORS Anywhere on ' + host + ':' + port)
})
2 changes: 1 addition & 1 deletion e2e/protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exports.config = {
jasmineNodeOpts: {
showColors: true,
defaultTimeoutInterval: 30000,
print: function() {},
print: function () {},
},
onPrepare() {
require('ts-node').register({
Expand Down
Loading

0 comments on commit 0c5306f

Please sign in to comment.