diff --git a/docs/tools/eslint.md b/docs/tools/eslint.md
deleted file mode 100644
index 121e2c6..0000000
--- a/docs/tools/eslint.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-title: ESLint
-sidebar_label: ESLint
-description: CodeRabbit's guide to ESLint.
----
-
-[ESLint](https://eslint.org/) is a static code analysis tool for identifying problematic patterns found in JavaScript code.
-
-## Files
-
-ESLint will run on files with the following extensions:
-
-- `.js`
-- `.jsx`
-- `.ts`
-- `.tsx`
-
-## Configuration
-
-ESLint supports the following config files:
-
-- `eslint.config.js`
-- `eslint.config.mjs`
-- `eslint.config.cjs`
-- `.eslintrc`
-
-## Links
-
-- [ESLint Configuration](https://eslint.org/docs/latest/use/configure/configuration-files)
diff --git a/docs/tools/tools.md b/docs/tools/tools.md
index 578e903..1f9093d 100644
--- a/docs/tools/tools.md
+++ b/docs/tools/tools.md
@@ -44,9 +44,9 @@ Remove extraneous f prefix
 | Docker                      | [Hadolint][Hadolint], [Checkov][Checkov]                   |
 | Go                          | [golangci-lint][golangci-lint]                             |
 | Helm                        | [Checkov][Checkov]                                         |
-| Javascript                  | [Biome][Biome], [ESLint][ESLint]                            |
+| Javascript                  | [Biome][Biome]                                             |
 | JSON, JSONC                 | [Biome][Biome]                                             |
-| JSX                         | [Biome][Biome], [ESLint][ESLint]                            |
+| JSX                         | [Biome][Biome]                                             |
 | Kotlin                      | [Detekt][Detekt]                                           |
 | Kubernetes                  | [Checkov][Checkov]                                         |
 | Markdown                    | [Markdownlint][Markdownlint], [LanguageTool][LanguageTool] |
@@ -56,8 +56,8 @@ Remove extraneous f prefix
 | Shell (sh, bash, ksh, dash) | [ShellCheck][ShellCheck]                                   |
 | Swift                       | [SwiftLint][SwiftLint]                                     |
 | Terraform                   | [Checkov][Checkov]                                         |
-| TSX                         | [Biome][Biome], [ESLint][ESLint]                            |
-| Typescript                  | [Biome][Biome], [ESLint][ESLint]                            |
+| TSX                         | [Biome][Biome]                                             |
+| Typescript                  | [Biome][Biome]                                             |
 | YAML                        | [YamlLint][YamlLint]                                       |
 
 [ShellCheck]: ./shellcheck.md
@@ -73,4 +73,3 @@ Remove extraneous f prefix
 [Gitleaks]: ./gitleaks.md
 [Checkov]: ./checkov.md
 [Detekt]: ./detekt.md
-[ESLint]:./eslint.md