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
|[no-extraneous-dependencies](docs/rules/no-extraneous-dependencies.md)| Forbid the use of extraneous packages. |||||
36
-
|[no-mutable-exports](docs/rules/no-mutable-exports.md)| Forbid the use of mutable exports with `var` or `let`. |||||
37
-
|[no-named-as-default](docs/rules/no-named-as-default.md)| Forbid use of exported name as identifier of default export. | ☑️<sup>⚠️</sup> ⚠️||||
38
-
|[no-named-as-default-member](docs/rules/no-named-as-default-member.md)| Forbid use of exported name as property of default export. | ☑️<sup>⚠️</sup> ⚠️||||
39
-
|[no-unused-modules](docs/rules/no-unused-modules.md)| Forbid modules without exports, or exports without matching import in another module. |||||
|[no-extraneous-dependencies](docs/rules/no-extraneous-dependencies.md)| Forbid the use of extraneous packages. |||||
36
+
|[no-mutable-exports](docs/rules/no-mutable-exports.md)| Forbid the use of mutable exports with `var` or `let`. |||||
37
+
|[no-named-as-default](docs/rules/no-named-as-default.md)| Forbid use of exported name as identifier of default export. | ☑️<sup>⚠️</sup> <br>🚸<sup>⚠️</sup>||||
38
+
|[no-named-as-default-member](docs/rules/no-named-as-default-member.md)| Forbid use of exported name as property of default export. | ☑️<sup>⚠️</sup> <br>🚸<sup>⚠️</sup>||||
39
+
|[no-unused-modules](docs/rules/no-unused-modules.md)| Forbid modules without exports, or exports without matching import in another module. |||||
40
40
41
41
### Module systems
42
42
@@ -69,26 +69,26 @@ This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, a
|[consistent-type-specifier-style](docs/rules/consistent-type-specifier-style.md)| Enforce or ban the use of inline type-only markers for named imports. || 🔧 |||
75
-
|[dynamic-import-chunkname](docs/rules/dynamic-import-chunkname.md)| Enforce a leading comment with the webpackChunkName for dynamic imports. |||||
76
-
|[exports-last](docs/rules/exports-last.md)| Ensure all exports appear after other statements. |||||
77
-
|[extensions](docs/rules/extensions.md)| Ensure consistent use of file extension within the import path. |||||
78
-
|[first](docs/rules/first.md)| Ensure all imports appear before other statements. || 🔧 |||
79
-
|[group-exports](docs/rules/group-exports.md)| Prefer named exports to be grouped together in a single export declaration |||||
80
-
|[imports-first](docs/rules/imports-first.md)| Replaced by `import/first`. || 🔧 || ❌ |
81
-
|[max-dependencies](docs/rules/max-dependencies.md)| Enforce the maximum number of dependencies a module can have. |||||
82
-
|[newline-after-import](docs/rules/newline-after-import.md)| Enforce a newline after import statements. || 🔧 |||
83
-
|[no-anonymous-default-export](docs/rules/no-anonymous-default-export.md)| Forbid anonymous values as default exports. |||||
|[consistent-type-specifier-style](docs/rules/consistent-type-specifier-style.md)| Enforce or ban the use of inline type-only markers for named imports. || 🔧 |||
75
+
|[dynamic-import-chunkname](docs/rules/dynamic-import-chunkname.md)| Enforce a leading comment with the webpackChunkName for dynamic imports. |||||
76
+
|[exports-last](docs/rules/exports-last.md)| Ensure all exports appear after other statements. |||||
77
+
|[extensions](docs/rules/extensions.md)| Ensure consistent use of file extension within the import path. |||||
78
+
|[first](docs/rules/first.md)| Ensure all imports appear before other statements. || 🔧 |||
79
+
|[group-exports](docs/rules/group-exports.md)| Prefer named exports to be grouped together in a single export declaration |||||
80
+
|[imports-first](docs/rules/imports-first.md)| Replaced by `import/first`. || 🔧 || ❌ |
81
+
|[max-dependencies](docs/rules/max-dependencies.md)| Enforce the maximum number of dependencies a module can have. |||||
82
+
|[newline-after-import](docs/rules/newline-after-import.md)| Enforce a newline after import statements. || 🔧 |||
83
+
|[no-anonymous-default-export](docs/rules/no-anonymous-default-export.md)| Forbid anonymous values as default exports. |||||
|[no-duplicates](docs/rules/no-duplicates.md)| Forbid repeated import of the same module in multiple places. | ☑️<sup>⚠️</sup> <br>🚸<sup>⚠️</sup>| 🔧 |||
86
+
|[no-named-default](docs/rules/no-named-default.md)| Forbid named default exports. |||||
87
+
|[no-named-export](docs/rules/no-named-export.md)| Forbid named exports. |||||
0 commit comments