Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Feature/react transform hmre #27

Merged
merged 6 commits into from
Apr 23, 2016
Merged

Feature/react transform hmre #27

merged 6 commits into from
Apr 23, 2016

Conversation

oliverturner
Copy link
Contributor

Addresses #24

Upgraded all deps to bleeding edge, moved from react-hot-loader to Babel 6 plus react-hmre preset, added a small example of a stateless function

"no-underscore-dangle": 0,
"quotes": [2, "single"],
"semi": [2, "always"],
"space-before-function-paren": 0
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a fan of spaces between function and the opening paren, so would prefer "never" here.

@bradleyboy
Copy link
Owner

Oliver 👍 Looks great, dropped a few comments for things that need attention. Once that's fixed up, I'd be happy to merge this.

Otherwise, wonderful. Thanks so much!

@@ -0,0 +1 @@
v5
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't think this should be committed, probably should be ignored in your local .gitignore.

describe('Application', function() {
it('displays the component', function() {
describe('Application', function () {
it('displays the component', function () {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please remove these leading spaces before each function so that eslint passes? There are a few more throughout the PR too.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about that... fixed now through the awesome power of npm run lint:js -- --fix :)

@bradleyboy bradleyboy merged commit 7d837b5 into bradleyboy:master Apr 23, 2016
@oliverturner oliverturner deleted the feature/react-transform-hmre branch April 24, 2016 10:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants