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
|[extensions](docs/rules/extensions.md)| Enforce that import statements either always include or never include allowed file extensions. |||| 🔧 |||
32
-
33
29
### Helpful warnings
34
30
35
31
| Name | Description | 💼 | ⚠️ | 🚫 | 🔧 | 💡 | ❌ |
@@ -80,6 +76,7 @@ This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, a
80
76
|[consistent-type-specifier-style](docs/rules/consistent-type-specifier-style.md)| Enforce or ban the use of inline type-only markers for named imports. |||| 🔧 |||
81
77
|[dynamic-import-chunkname](docs/rules/dynamic-import-chunkname.md)| Enforce a leading comment with the webpackChunkName for dynamic imports. ||||| 💡 ||
82
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. |||| 🔧 |||
83
80
|[first](docs/rules/first.md)| Ensure all imports appear before other statements. |||| 🔧 |||
84
81
|[group-exports](docs/rules/group-exports.md)| Prefer named exports to be grouped together in a single export declaration |||||||
85
82
|[imports-first](docs/rules/imports-first.md)| Replaced by `import/first`. |||| 🔧 || ❌ |
0 commit comments