After some comprehensive evaluation of the IDE for use in front end development, WebStorm leads the package, I think.
One missing element is that we cannot configure JSHint as we need. The WebStorm GUI settings provide some options, but not a complete set. The GUI allows you to configure only 15 of the 30 available actual parameters.
This is a problem because we donβt want to change our encoding methods just because the IDE does not allow us to customize the way we want.
Is there a hacker way to log in and set up the JSHint library behind the scenes for WebStorm?
source share