-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from austintgriffith/master
master
- Loading branch information
Showing
22 changed files
with
6,640 additions
and
3,210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"extends": ["react-app"], | ||
"rules": { | ||
"quotes": ["error", "single"], | ||
"jsx-a11y/href-no-hash": "off", | ||
"array-callback-return": "off" | ||
}, | ||
"globals": { | ||
"document": true, | ||
"window": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
build | ||
node_modules | ||
.DS_Store | ||
package-lock.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## Issue | ||
|
||
What the issue is, in broad strokes. | ||
|
||
## Steps to Reproduce | ||
|
||
Please provide the shortest amount of steps to reproduce your issue. | ||
|
||
## Expected Behavior | ||
|
||
What you expected to happen. | ||
|
||
## Actual Results | ||
|
||
What actually happened. Please give examples and support it with screenshots, copied output or error messages. | ||
|
||
## Environment | ||
|
||
* Operating System: | ||
* node version (`node --version`): | ||
* npm version (`npm --version`): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.