From 342b79fef84dd8c1785eab1a6bc4a5c9308c71ca Mon Sep 17 00:00:00 2001 From: Daniel Sil Date: Fri, 17 May 2024 17:00:57 +0200 Subject: [PATCH] chore(docs): fix eslint-plugin dependency --- docs/package.json | 2 +- .../documentation/05-development/01-guides/03-eslint-plugin.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/package.json b/docs/package.json index a7f72e861d..70e065cab7 100644 --- a/docs/package.json +++ b/docs/package.json @@ -30,6 +30,7 @@ "@icons-pack/react-simple-icons": "^8.0.1", "@jsdevtools/rehype-url-inspector": "^2.0.2", "@kiwicom/babel-plugin-orbit-components": "*", + "@kiwicom/eslint-plugin-orbit-components": "*", "@kiwicom/orbit-components": "*", "@kiwicom/orbit-design-tokens": "*", "@kiwicom/orbit-tailwind-preset": "*", @@ -61,7 +62,6 @@ "copy-to-clipboard": "^3.3.1", "downshift": "^6.1.7", "eslint-plugin-mdx": "^1.17.0", - "eslint-plugin-orbit-components": "*", "fontfaceobserver": "^2.1.0", "fs-extra": "^9.1.0", "fuzzaldrin-plus": "^0.6.0", diff --git a/docs/src/documentation/05-development/01-guides/03-eslint-plugin.mdx b/docs/src/documentation/05-development/01-guides/03-eslint-plugin.mdx index 153b119844..7267768ff5 100644 --- a/docs/src/documentation/05-development/01-guides/03-eslint-plugin.mdx +++ b/docs/src/documentation/05-development/01-guides/03-eslint-plugin.mdx @@ -5,6 +5,6 @@ redirect_from: - /guides/eslint-plugin/ --- -import ESLintPluginReadMe from "eslint-plugin-orbit-components/README.md"; +import ESLintPluginReadMe from "@kiwicom/eslint-plugin-orbit-components/README.md";