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

Node reducer was refactored #48

Merged
merged 28 commits into from
Jun 22, 2016
Merged

Node reducer was refactored #48

merged 28 commits into from
Jun 22, 2016

Conversation

scalamorphing
Copy link
Contributor

No description provided.

@scalamorphing
Copy link
Contributor Author

@nailxx Wait a moment. Weird conflicts presence again :(

Maxim Chepel and others added 25 commits June 22, 2016 19:45
…itions and sizes for all elements on patch and pass it into components
…y that binds methods and data for component (in constructor)
…there is unable to resolve path to module somehow)
@scalamorphing
Copy link
Contributor Author

@nailxx Done.
There are two lint issues in @brusherru code.
Should I fix them?

@nkrkv
Copy link
Member

nkrkv commented Jun 22, 2016

It should be fixed by @brusherru I think

@@ -22,7 +22,7 @@ module.exports = {
],

'settings': {
'import/resolver': ['node', 'webpack'],
'import/resolver': {'node': {"extensions": [".js", ".jsx"]}, 'webpack': {}},
Copy link
Member

Choose a reason for hiding this comment

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

Hmm.., does it work that way? What’s the difference between node & webpack in our context?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I am not into these details and am not alone.
Read following discussion: import-js/eslint-plugin-import#139

Copy link
Member

Choose a reason for hiding this comment

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

Thanks. So can we remove webpack key from resolver settings completely?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, we can.

@scalamorphing scalamorphing merged commit 3217348 into master Jun 22, 2016
@scalamorphing scalamorphing deleted the refactor-nodes-reducer branch June 22, 2016 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants