reactjsreact-nativeeslinteslintrcstandardjs

Is it possible to show warnings instead of errors on ALL of eslint rules?


As the title says, would it be possible for eslint to show warnings instead of errors on ALL of the rules? I'm using Standard JS, if that information is relevant.

Thanks!


Solution

  • I think there's no out-of-the-box option right now, but maybe you could use a plugin to achieve that: Eslint plugin only warn

    Or set all the rules as warning instead of errors.