Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add displayName to all components #160

Merged
merged 7 commits into from
Aug 7, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"plugin:jsx-a11y/recommended"
],
"rules": {
"no-unused-vars": ["error", {"args": "after-used"}]
"import/no-namespace": "warn"

This comment was marked as outdated.

}
}
18 changes: 18 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// Describe your changes

Closes #:


#### If development process was changed:
Description of changes:
- [ ] Updated README?


#### Merge Checklist:
- [ ] Changed base branch to release branch
- [ ] Updated Kit (`npm run build:docs)
- [ ] Enabled GH Pages for testing
- [ ] Tested in Chrome [(BrowserStack)](https://www.browserstack.com/)
- [ ] Tested in Firefox [(BrowserStack)](https://www.browserstack.com/)
- [ ] Tested in Safari [(BrowserStack)](https://www.browserstack.com/)
- [ ] Tested in Edge [(BrowserStack)](https://www.browserstack.com/)
40 changes: 20 additions & 20 deletions docs/bundle.js

Large diffs are not rendered by default.

Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.