My current setup involves using WebStorm and the ESLint configuration provided by Airbnb.
I'm curious if there is a way to have ESLint errors displayed in a more subtle manner instead of the harsh red color, or perhaps make all ESLint rules warnings without individually listing each one with "warn" in the .eslintrc file?