Skip to content

Commit

Permalink
Update eslint-config package to v3.0.0-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKowalczyk committed Jul 30, 2024
1 parent 604a6e4 commit c5a77d7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 20 deletions.
1 change: 1 addition & 0 deletions apps/dashboard/components/client/shared/AnimatedList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import React, { useEffect, useMemo, useState } from "react";

export const AnimatedList = React.memo(({ className, children, delay = 1000 }) => {
const [index, setIndex] = useState(0);
/* eslint-disable-next-line @eslint-react/no-children-to-array */
const childrenArray = React.Children.toArray(children);

useEffect(() => {
Expand Down
8 changes: 0 additions & 8 deletions apps/dashboard/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,4 @@ export default [
...eslintConfig.next,
...eslintConfig.node,
...eslintConfig.tailwindcss,
{
rules: {
"@eslint-react/no-unstable-context-value": "off",
"react-a11y/click-events-have-key-events": "off",
"react-a11y/no-noninteractive-element-interactions": "off",
"react-a11y/no-static-element-interactions": "off",
},
},
];
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"turbo": "2.0.9"
},
"devDependencies": {
"@igorkowalczyk/eslint-config": "3.0.0-beta.9",
"@igorkowalczyk/prettier-config": "3.0.0-beta.9",
"@igorkowalczyk/eslint-config": "3.0.0-beta.11",
"@igorkowalczyk/prettier-config": "3.0.0-beta.11",
"eslint": "9.8.0",
"eslint-plugin-turbo": "2.0.9",
"prettier": "3.3.3"
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c5a77d7

Please sign in to comment.