Hi Jeremy, By fatal errors, do you mean syntax errors?
If so, ESLint does that automatically when parsing your code. You can remove “extends” from your configuration and make sure no other rules are set. Then ESLint will only report syntax errors (be sure to set “parserOptions” to indicate which ECMAScript version you want to check for). On Mon, Nov 26, 2018 at 10:40 AM Jeremy Nouhaud <[email protected]> wrote: > Hello, > Is it possible to add an error only rules please ? Like > "eslint:recommended" but that check only for fatal errors and nothing else. > Thanks ! > > -- > You received this message because you are subscribed to the Google Groups > "ESLint" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "ESLint" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
