From 97cf26ec5301f7b4552a5e89214a13e4b714b9eb Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Tue, 22 Jul 2025 00:22:13 +0100 Subject: fix(eslint): remove custom rule in favor of `eslint-plugin-import` (#3012) Co-authored-by: Sandy Tao --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 54af935a..eaa7bf0d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 -- cgit v1.2.3