Skip to content

Commit

Permalink
build(dev-deps): update deprecated eslint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnigos committed Sep 15, 2024
1 parent e0f581c commit cfc08be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ module.exports = {
'plugin:react/recommended',
'plugin:react/jsx-runtime',
'plugin:react-hooks/recommended',
'plugin:eslint-comments/recommended',
'plugin:vitest/recommended',
'plugin:import/recommended',
'plugin:import/typescript',
Expand All @@ -66,6 +65,7 @@ module.exports = {
'plugin:unicorn/recommended',
'prettier',
'plugin:storybook/recommended',
'plugin:@eslint-community/eslint-comments/recommended',
],
overrides: [
{
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/types": "^19.0.3",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@next/eslint-plugin-next": "14.2.11",
"@storybook/addon-essentials": "^8.2.6",
"@storybook/addon-interactions": "^8.2.6",
Expand Down Expand Up @@ -105,7 +106,6 @@
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
Expand Down

0 comments on commit cfc08be

Please sign in to comment.