Skip to content

Commit

Permalink
chore(docs): fix eslint-plugin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DSil committed May 17, 2024
1 parent 97d55ec commit c5c2715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand Down Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";

<ESLintPluginReadMe />

0 comments on commit c5c2715

Please sign in to comment.