Skip to content

Commit 183259a

Browse files
authored
chore(next): merge 1x into master (#26)
1 parent eccdc18 commit 183259a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+5388
-6702
lines changed

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true
9+
10+
[*.md]
11+
trim_trailing_whitespace = false

.eslintrc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
2-
"extends": "godaddy",
2+
"extends": [
3+
"godaddy"
4+
],
35
"rules": {
46
"no-console": 0
57
}
6-
}
8+
}

.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ about: You need help using the Warehouse CLI or want to discuss a topic or featu
44
labels: "Type: Question"
55
---
66

7-
GitHub Issues in `warehouse.ai/wrhs` repository are used exclusively for tracking bugs in the Warehouse CLI.
7+
GitHub Issues in `warehouseai/wrhs` repository are used exclusively for tracking bugs in the Warehouse CLI.
88
Please do not submit support requests through GitHub. Bugs are inherent software issues or problems
99
potentially affecting anyone who uses this project. Whereas support request are unique issues experienced
1010
by the consumer. If you have doubts whether a problem is a bug or support request feel free to reach out

.travis.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ Git handles attribution automatically.
8282

8383
## Code Documentation
8484

85-
Ensure that every function in `wrhs` is documented and follows the standards set by [JSDoc]. Finally,
86-
please stick to the code style as defined by the [Godaddy JS styleguide][style].
85+
Ensure that every function in `wrhs` is documented and follows the standards set by [JSDoc]. Finally, please stick to the code style as defined by the [Godaddy JS styleguide][style].
8786

8887
# Additional Resources
8988

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2019 GoDaddy Operating Company, LLC.
3+
Copyright (c) 2020 GoDaddy Operating Company, LLC.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)