Skip to content

Windows support: normalize line endings and path separators #7

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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

loopmode
Copy link

@loopmode loopmode commented Jul 26, 2017

The issue at hand is that when used on a windows system, you end up with ugly message IDs, e.g. app\\components\\Foo instead of app.components.Foo.
This pull requests fixes that. Tests are adjusted and succeed.

Changes:

  • Normalizing line endings a couple of times using eol.lf
  • Replacing backslashes by forward slashes in one place - shouldn't do any harm on non-win systems.

Very strange. The travis build failed on node 0.12 with ESLint couldn't find the plugin "eslint-plugin-react". - which is pretty weird as that's just a dependency in package.json - npm install log shows it was installed.

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.

1 participant