-
-
Notifications
You must be signed in to change notification settings - Fork 121
Conversation
Oh wait, I missed #106 |
Reopening because #106 is only creating a new engine when a |
I like your more-robust solution over #106. One thing you might want to adjust however is the test:
Feel free to borrow my solution or disregard! |
Thanks! Sorry, I'm not sure if I follow what you're saying... With my test, in the case where:
|
What I mean to say is here, this rule will never throw an error so your assertion that My suggestion around this would be to change the second config object rule from |
Cool, I think I get you, however that introduces the problem where if only the first config is used, you'll still get two (quote) errors and the test will incorrectly pass. Do we need two separate tests? Got any ideas? |
^^checking that I get two different types of warnings |
I have closed PR #106 in favor of this one. |
@MoOx thoughts? |
Great work! |
Releasing this as 1.6.1. Thank you @jameslnewell and @jaythomas! |
* MoOx/master: README: Add information about eslint behaviour when configFile is set directly (webpack-contrib#129) (webpack-contrib#130) Add clarifying note to README (webpack-contrib#127) Removed test.only so that all tests will run (webpack-contrib#125) 1.6.1 Fixed: multiples config per instance are now supported (webpack-contrib#123)
No description provided.