Skip to content

Commit

Permalink
eslint: Disabled rulesdir/forbid-pf-relative-imports
Browse files Browse the repository at this point in the history
Commit #3e84abba3f43e4945d84faf2f2210df670bfb9d8 bumped
@redhat-cloud-services/eslint-config-redhat-cloud-services from 1.3.0 to
2.0.3.

This introduced a new rule that broke a number of our imports. This
commit forbids the rule for now.

(rulesdir/forbid-pf-relative-imports: off)
  • Loading branch information
lucasgarfield committed Oct 11, 2023
1 parent 44e2a95 commit c73824c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ globals:
plugins:
- import
rules:
rulesdir/forbid-pf-relative-imports: off
import/order:
- error
- groups:
Expand Down

0 comments on commit c73824c

Please sign in to comment.