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
|[`vue-modular/no-cross-feature-imports`](./rules/no-cross-feature-imports.md)| Prevents direct imports from deep inside feature folders | Problem | ✅ | ❌ |
10
-
|[`vue-modular/no-cross-module-imports`](./rules/no-cross-module-imports.md)| Prevents imports between different modules | Problem | ✅ | ❌ |
|[`vue-modular/enforce-src-structure`](./rules/enforce-src-structure.md)| Enforces allowed top-level folders/files in source directory | Problem | ✅ | ❌ |
13
-
|[`vue-modular/enforce-app-structure`](./rules/enforce-app-structure.md)| Enforces presence of application infrastructure under `src/app`| Problem | ✅ | ❌ |
14
-
|[`vue-modular/enforce-module-exports`](./rules/enforce-module-exports.md)| Ensures modules expose a public API via index.ts/index.js | Problem | ✅ | ❌ |
15
-
|[`vue-modular/enforce-feature-exports`](./rules/enforce-feature-exports.md)| Ensures global features expose a public API via index.ts/index.js | Problem | ✅ | ❌ |
|[`vue-modular/no-cross-feature-imports`](./rules/no-cross-feature-imports.md)| Prevents direct imports from deep inside feature folders | Problem | ✅ | ❌ |
10
+
|[`vue-modular/no-cross-module-imports`](./rules/no-cross-module-imports.md)| Prevents imports between different modules | Problem | ✅ | ❌ |
|[`vue-modular/enforce-src-structure`](./rules/enforce-src-structure.md)| Enforces allowed top-level folders/files in source directory | Problem | ✅ | ❌ |
13
+
|[`vue-modular/enforce-app-structure`](./rules/enforce-app-structure.md)| Enforces presence of application infrastructure under `src/app`| Problem | ✅ | ❌ |
14
+
|[`vue-modular/enforce-module-exports`](./rules/enforce-module-exports.md)| Ensures modules expose a public API via index.ts/index.js | Problem | ✅ | ❌ |
15
+
|[`vue-modular/enforce-feature-exports`](./rules/enforce-feature-exports.md)| Ensures global features expose a public API via index.ts/index.js | Problem | ✅ | ❌ |
0 commit comments