Open
Description
Currently, when you have the order rule turned on and the option newlines-between
set to always
it will give errors when you have something like this:
import a from '/imports/config';
import b from '/imports/some/folder'
This will report having an empty line between the imports which in my opinion isn't correct.
Proposal
Add a new string to the order rule called absolute
.