fix(eslint): remove custom rule in favor of eslint-plugin-import (#3012)

Co-authored-by: Sandy Tao <sandytao520@icloud.com>
This commit is contained in:
Pascal Birchler
2025-07-22 00:22:13 +01:00
committed by GitHub
parent 01ea0b8657
commit 97cf26ec53
3 changed files with 16 additions and 182 deletions

View File

@@ -210,7 +210,7 @@ npm run lint
- Please adhere to the coding style, patterns, and conventions used throughout the existing codebase.
- Consult [GEMINI.md](https://github.com/google-gemini/gemini-cli/blob/main/GEMINI.md) (typically found in the project root) for specific instructions related to AI-assisted development, including conventions for React, comments, and Git usage.
- **Imports:** Pay special attention to import paths. The project uses `eslint-rules/no-relative-cross-package-imports.js` to enforce restrictions on relative imports between packages.
- **Imports:** Pay special attention to import paths. The project uses ESLint to enforce restrictions on relative imports between packages.
### Project Structure