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
|[consistent-type-specifier-style](docs/rules/consistent-type-specifier-style.md)| Enforce or ban the use of inline type-only markers for named imports. |||| 🔧 |||
76
-
|[dynamic-import-chunkname](docs/rules/dynamic-import-chunkname.md)| Enforce a leading comment with the webpackChunkName for dynamic imports. |||||||
76
+
|[dynamic-import-chunkname](docs/rules/dynamic-import-chunkname.md)| Enforce a leading comment with the webpackChunkName for dynamic imports. |||||💡||
77
77
|[exports-last](docs/rules/exports-last.md)| Ensure all exports appear after other statements. |||||||
78
78
|[extensions](docs/rules/extensions.md)| Ensure consistent use of file extension within the import path. |||||||
79
79
|[first](docs/rules/first.md)| Ensure all imports appear before other statements. |||| 🔧 |||
message: 'dynamic imports should not have both webpackChunkName and webpackMode: "eager". Consider using webpackMode: "lazy" or removing the webpackChunkName.',
111
+
message: 'dynamic imports using eager mode do not need a webpackChunkName',
0 commit comments