Fix integration between prettier and eslint#85
Fix integration between prettier and eslint#85mistic wants to merge 12 commits intowebpack-contrib:masterfrom
Conversation
alexander-akait
left a comment
There was a problem hiding this comment.
It is work for other types? Looks like no
|
Don't think this integration better because in future we will use remark for linting markdown and other linters, also eslint prettier it is new abstraction with own problems and bugs, better avoid this |
|
@evilebottnawi then do you know any way to show debug information about the prettier failures only using prettier? Just fail on a file without letting know where is the line with the problem (and actually what is the problem) is not a very good experience |
|
hm, i am using prettier as plugin for IDE, maybe we should improve this in prettier or use |
|
@evilebottnawi ok that makes sense, I will close this for now while you work on a fix in the prettier side. |
This fix the integration between prettier and eslint so we can have the prettier errors for source code included in the eslint report errors for a better debugging and development experience.
/CC @evilebottnawi