Skip to content

Commit

Permalink
chore(eslint): update eslint config to ignore vitepress cache (#2217)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven authored Jun 11, 2024
1 parent 54ead19 commit a2cdf1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@evilmartians/lefthook": "^1.6.14",
"@kong-ui-public/sandbox-layout": "^2.1.0",
"@kong/design-tokens": "^1.13.2",
"@kong/eslint-config-kong-ui": "^1.0.3",
"@kong/eslint-config-kong-ui": "^1.0.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/inquirer": "^9.0.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1163,10 +1163,10 @@
resolved "https://registry.yarnpkg.com/@kong/design-tokens/-/design-tokens-1.13.2.tgz#5c2c6ac3e22e7feac9ddaab49c99608555d0a2a8"
integrity sha512-BXI7Nv+wucuG9mw0faXhBgb3ryN9pnMkHntI9HKf0h9BnBvuR8F+iLoCm/Fwo6TZ0tlO5bZTMVk1xc85lnlhBA==

"@kong/eslint-config-kong-ui@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@kong/eslint-config-kong-ui/-/eslint-config-kong-ui-1.0.3.tgz#1a2f64e13d736aebb767dbc0572625e644c1bf20"
integrity sha512-l2Rg5TCQkyohBKKUn3efp9xEjiZv/QfCf6yC5ycaqIJRcbG0QJMc7s7RAM7MgDKz1gLpmjxptvGeYnEdhU8OQA==
"@kong/eslint-config-kong-ui@^1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@kong/eslint-config-kong-ui/-/eslint-config-kong-ui-1.0.4.tgz#961a5bac632d8c739fab0fa28d250f409585d708"
integrity sha512-uS8GzaPBq2mp5DwdmF6u0HS55oXf/6fWsps2g4VW4Y6Vc5h7+l6EMXAVtk6wZQYIOyYZfvyxHS2h/1p8XksgTA==
dependencies:
"@eslint/compat" "^1.0.3"
"@eslint/eslintrc" "^3.1.0"
Expand Down

0 comments on commit a2cdf1c

Please sign in to comment.