Skip to content

Conversation

@mrmckeb
Copy link
Contributor

@mrmckeb mrmckeb commented Nov 29, 2020

This PR adds two new flags, documented under "Advanced Configuration".

  • ESLINT_NO_DEV_ERRORS - converts errors to warnings in development (no error overlay).
  • DISABLE_ESLINT_PLUGIN - the plugin is completely disabled. This will also bring performance benefits for some users.

It was tested with a mixture of warnings and errors, both flags were tested individually.

Resolves #9887.

@chrisahardie
Copy link

Instead of removing the plugin entirely, would it be better just to flip the switch on the failOnError option?