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. |||| 🔧 |||
83
77
|[dynamic-import-chunkname](docs/rules/dynamic-import-chunkname.md)| Enforce a leading comment with the webpackChunkName for dynamic imports. ||||| 💡 ||
84
78
|[exports-last](docs/rules/exports-last.md)| Ensure all exports appear after other statements. |||||||
79
+
|[extensions](docs/rules/extensions.md)| Ensure consistent use of file extension within the import path. |||| 🔧 |||
85
80
|[first](docs/rules/first.md)| Ensure all imports appear before other statements. |||| 🔧 |||
86
81
|[group-exports](docs/rules/group-exports.md)| Prefer named exports to be grouped together in a single export declaration |||||||
87
82
|[imports-first](docs/rules/imports-first.md)| Replaced by `import/first`. |||| 🔧 || ❌ |
0 commit comments