From 3dbd84ea4221e42400e2da7d7544c05c390804d2 Mon Sep 17 00:00:00 2001 From: AAAkhalid Date: Fri, 13 Dec 2024 18:15:54 +0000 Subject: [PATCH] ESLint rules (#1655) --- packages/docs/src/routes/docs/gotchas/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/src/routes/docs/gotchas/index.mdx b/packages/docs/src/routes/docs/gotchas/index.mdx index 2440c76692..0443db312e 100644 --- a/packages/docs/src/routes/docs/gotchas/index.mdx +++ b/packages/docs/src/routes/docs/gotchas/index.mdx @@ -4,7 +4,7 @@ title: Gotchas - Mitosis # Gotchas and limitations -We have put together ESLint rules that will warn you when encountering these limitations (and many more). The rules themselves are a great source of documentation. Make sure to read up on them [here](../packages/eslint-plugin/docs/rules/) +We have put together ESLint rules that will warn you when encountering these limitations (and many more). The rules themselves are a great source of documentation. Make sure to read up on them [here](https://github.com/BuilderIO/mitosis/tree/main/packages/eslint-plugin/docs/rules) ### Defining variables with the same name as a state property will shadow it