Charlike Mike Reagent
Charlike Mike Reagent
@gr2m just seen that notification. Cool. I may send some PR in the coming weeks.
Hm. That separation sounds good, yea.
it was possible and good enough even before with just babel-eslint.
Yea i was wondering about that option and know kinda understand what is about, so consider to rename it? Might make more sense to be such as `tsroot`, `typescript-root`, `tsconfig-root`...
It would be just that ```js hasAttribute (key) { return this.hasAttributeNS(null, key) } hasAttributeNS (namespaceURI, key) { return ( this.attributes.hasOwnProperty(key) && this.attributes[key].namespaceURI === namespaceURI ) } ``` if setting attribute...
What about `-node` and `-unicorn`? I know that `-node` and the `-import` plugins overlaps in few places, but still - some things works better on one than on the other....
Yeaa! Make sense :P
Hm. Where to start with that?