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-absolute-imports](https://github.com/joshuajaco/eslint-plugin-workspaces/blob/main/docs/rules/no-absolute-imports.md)| disallow absolute imports for files that are within the current package |
83
+
| ✔ | 🔧 |[no-absolute-imports](https://github.com/joshuajaco/eslint-plugin-workspaces/blob/main/docs/rules/no-absolute-imports.md)| disallow absolute imports for files that are within the current package |
84
84
|||[no-cross-imports](https://github.com/joshuajaco/eslint-plugin-workspaces/blob/main/docs/rules/no-cross-imports.md)| disallow imports of files that are inside another package |
85
-
| ✔ | 🔧 |[no-relative-imports](https://github.com/joshuajaco/eslint-plugin-workspaces/blob/main/docs/rules/no-relative-imports.md)| disallow relative imports of files that are outside of the current package |
86
-
| ✔ ||[require-dependency](https://github.com/joshuajaco/eslint-plugin-workspaces/blob/main/docs/rules/require-dependency.md)| disallow importing from packages that are not listed as a dependency |
85
+
| ✔ | 🔧 |[no-relative-imports](https://github.com/joshuajaco/eslint-plugin-workspaces/blob/main/docs/rules/no-relative-imports.md)| disallow relative imports of files that are outside of the current package |
86
+
| ✔ ||[require-dependency](https://github.com/joshuajaco/eslint-plugin-workspaces/blob/main/docs/rules/require-dependency.md)| disallow importing from packages that are not listed as a dependency |
0 commit comments