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 has been archived by the owner on Nov 23, 2024. It is now read-only.
I'm not sure what the best way to do this would be, but I'm trying to add a custom eslint rule, and can run eslint with --rulesdir eslint_rules where eslint_rules/ is a directory containing custom rules. Should this be supported?
Running eslint directly with the flag works, but it fails when ember-cli runs eslint because it doesn't look for the directory.
The text was updated successfully, but these errors were encountered:
I'm not sure what the best way to do this would be, but I'm trying to add a custom eslint rule, and can run eslint with
--rulesdir eslint_rules
whereeslint_rules/
is a directory containing custom rules. Should this be supported?Running eslint directly with the flag works, but it fails when ember-cli runs eslint because it doesn't look for the directory.
The text was updated successfully, but these errors were encountered: