Closed
Description
ESLint has a new experimental config file format and this plugin doesn't work with it. The plugin fails at this line because the new config format doesn't pass parsers via paths. Instead the parser object itself is passed.
I was able to mostly fix this in my fork, but because the parserPath
doesn't exist anymore for this config format some of the keysFromParser
logic won't work anymore.
Anyway, figured I'd open this issue to start discussion on the new config file format!