-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
order
's newlines-between
doesn't work with multiline import statements
#313
Comments
For that last one: might want to iterate I think that would match what people expect for |
I thought of another case when import { expect } from 'chai';
import 'loud-rejection';
import _ from 'lodash'; In this case, Could you add test for it, and fix it there's an error? |
@jfmengels Yeah, I'll have a look. |
@singles Should this be closed now that 339 is merged? |
Yes :) |
👍 |
Settings
newlines-between: always
Not working examples:
I will fix this ASAP.
The text was updated successfully, but these errors were encountered: