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

Don't use process.chdir in server.js #8

Closed
jo-sm opened this issue Apr 17, 2017 · 1 comment
Closed

Don't use process.chdir in server.js #8

jo-sm opened this issue Apr 17, 2017 · 1 comment

Comments

@jo-sm
Copy link
Owner

jo-sm commented Apr 17, 2017

Using process.chdir affects the output, making it different from plain stylelint. For example:

stylelint:

project/styles/components/button.scss
  248:3  ×  Expected height to come before margin-right   order/properties-alphabetical-order

stylelint_d:

button.scss
 248:3  ×  Expected height to come before margin-right   order/properties-alphabetical-order
@jo-sm
Copy link
Owner Author

jo-sm commented May 19, 2017

Fixed in release 1.1.2.

@jo-sm jo-sm closed this as completed May 19, 2017
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

No branches or pull requests

1 participant