brenolf / polyjuice

A utility to convert JSHint and JSCS files into ESLint files and vice-versa
MIT License
275 stars 15 forks source link

Doesn't seem to work with "extends" #19

Closed pieterjandesmedt closed 8 years ago

pieterjandesmedt commented 8 years ago

Conversion from .eslintrc to .jshintrc doesn't seem to take the rules in an extension file into account.

brenolf commented 8 years ago

Do you mean you have multiple .eslintrc files? There's no support for that actually, but that's something I could add.