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
$ yarn lintyarn run v1.22.11
$ next lintinfo - Using webpack 5. Reason: Enabled by default https://nextjs.org/docs/messages/webpack5./pages/index.tsx5:1 Error: `../styles/Home.module.css` import should occur before import of `@/components/hello` import/orderinfo - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-ruleserror Command failed with exit code 1.info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
ykzts
changed the title
In import/order, modules starting with @/ are always treated as unknown.
In import/order, modules starting with @/ are always treated as unknownOct 7, 2021
If you run
yarn lint
on https://github.com/ykzts-sandbox/nextjs-with-module-path-aliases, you will get the following output.regression from #2146
The text was updated successfully, but these errors were encountered: