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
I am receiving errors for several eslint rules which should be disabled according to the provided config, and no warning for rules which should be enabled. I haven't compiled an exhaustive list as it seems most likely that some issue with the config formatting is causing it to be ignored and/or overwritten with imported rulesets we are extending from.
This seems to have been introduced since 1.2.5. Here is the CLI output from the same code on 1.3.0 and 1.2.5 for comparison:
1.3.0
1.2.5
Which environments are you experiencing the issue on?
CLI (macOS, Windows, etc)
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
@ampersarnie unfortunately it appears as though 1.3.1 contains a regression related to eslint import aliases. I'm attempting to import from src/components using @Components which is working in 1.2.5. I'll investigate further but reopening this issue in the mean time.
What happened?
I am receiving errors for several eslint rules which should be disabled according to the provided config, and no warning for rules which should be enabled. I haven't compiled an exhaustive list as it seems most likely that some issue with the config formatting is causing it to be ignored and/or overwritten with imported rulesets we are extending from.
This seems to have been introduced since
1.2.5
. Here is the CLI output from the same code on1.3.0
and1.2.5
for comparison:1.3.0
1.2.5
Which environments are you experiencing the issue on?
CLI (macOS, Windows, etc)
Relevant log output
No response
The text was updated successfully, but these errors were encountered: