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! 回答1: I think there's no out-of-the-box option right now, but maybe you could use a plugin to archieve that: Eslint plugin only warn Or set all the rules ar warning instead of errors. 回答2: Following es-lint-plugin-prettier readme, edit your .eslintrc.json and put a specific rule for prettier : "rules": { // maybe your other