You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2023. It is now read-only.
Also, it would be really nice to see an example of the "rules" option... it isn't blantantly obvious (or maybe I'm just dense), but seeing an example like this would have saved me about 30 minutes of searching:
Note: I don't think this is related to this package, but the "env" rule seems to ignore the "greasemonkey" setting. That's the reason why I ended up disabling the "new-cap" rule.
I've started using this package and I've noticed that errors have a link.
In this case "babel/new-cap" in both the message panel and the tooltip points to this page - https://github.com/jfmengels/eslint-rule-documentation/blob/master/contributing.md - as if the rule doesn't exist.
I'm not using any ES6 that would require babel/eslint so that link should point to the ESLint docs (http://eslint.org/docs/rules/new-cap), right?
Also, it would be really nice to see an example of the
"rules"option... it isn't blantantly obvious (or maybe I'm just dense), but seeing an example like this would have saved me about 30 minutes of searching:Note: I don't think this is related to this package, but the
"env"rule seems to ignore the"greasemonkey"setting. That's the reason why I ended up disabling the "new-cap" rule.