diff options
| author | Pascal Birchler <[email protected]> | 2025-07-22 00:22:13 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-21 23:22:13 +0000 |
| commit | 97cf26ec5301f7b4552a5e89214a13e4b714b9eb (patch) | |
| tree | 5d173310b3300fcbadf14388d8cdda283685d2a1 /CONTRIBUTING.md | |
| parent | 01ea0b8657a748760de4919c2459a22bfdad4e46 (diff) | |
fix(eslint): remove custom rule in favor of `eslint-plugin-import` (#3012)
Co-authored-by: Sandy Tao <[email protected]>
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
