Commit 85d4f4b
committed
fix: correct typo 'no-unresalved' → 'no-unresolved' in eslint config
The .mjs override meant to disable `import/no-unresolved` but silently
never did because of the typo. Surfaced when the new subpath import of
`ember-eslint-parser/hbs` tripped the rule; the existing main-entry
import resolved fine so the typo went unnoticed.1 parent b40a83e commit 85d4f4b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
0 commit comments