chore(eslint): allow console in codemods #1524
Annotations
10 errors and 10 warnings
Run pnpm lint:eslint:
.stylelintrc-css.mjs#L4
Replace `"stylelint-config-standard"` with `'stylelint-config-standard'`
|
Run pnpm lint:eslint:
.stylelintrc-css.mjs#L6
Replace `"selector-class-pattern"` with `'selector-class-pattern'`
|
Run pnpm lint:eslint:
.stylelintrc-css.mjs#L7
Replace `"color-function-notation":·["modern",·{·ignore:·["with-var-inside"` with `'color-function-notation':·['modern',·{·ignore:·['with-var-inside'`
|
Run pnpm lint:eslint:
.stylelintrc-css.mjs#L8
Replace `"font-family-no-missing-generic-family-keyword"` with `'font-family-no-missing-generic-family-keyword'`
|
Run pnpm lint:eslint:
.stylelintrc-css.mjs#L11
Replace `"Material·Symbols·Outlined"` with `'Material·Symbols·Outlined'`
|
Run pnpm lint:eslint:
.stylelintrc-css.mjs#L14
Replace `"selector-pseudo-class-no-unknown"` with `'selector-pseudo-class-no-unknown'`
|
Run pnpm lint:eslint:
.stylelintrc-css.mjs#L17
Replace `"global"` with `'global'`
|
Run pnpm lint:eslint:
docs/.storybook/manager.tsx#L1
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly
|
Run pnpm lint:eslint:
docs/.storybook/manager.tsx#L3
Replace `"react"` with `'react'`
|
Run pnpm lint:eslint:
docs/.storybook/manager.tsx#L4
Replace `"@storybook/manager-api"` with `'@storybook/manager-api'`
|
Run pnpm lint:eslint:
packages/components/src/Badge/_docs/Badge.stories.tsx#L3
'/home/runner/work/kaizen-design-system/kaizen-design-system/packages/components/src/Badge/index.ts' imported multiple times
|
Run pnpm lint:eslint:
packages/components/src/Badge/_docs/Badge.stories.tsx#L4
'/home/runner/work/kaizen-design-system/kaizen-design-system/packages/components/src/Badge/index.ts' imported multiple times
|
Run pnpm lint:eslint:
packages/components/src/Calendar/CalendarRange/CalendarRange.tsx#L32
React Hook useEffect has a missing dependency: 'onMount'. Either include it or remove the dependency array. If 'onMount' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run pnpm lint:eslint:
packages/components/src/Calendar/CalendarSingle/CalendarSingle.tsx#L31
React Hook useEffect has a missing dependency: 'onMount'. Either include it or remove the dependency array. If 'onMount' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run pnpm lint:eslint:
packages/components/src/DatePicker/DatePicker.tsx#L273
React Hook useEffect has missing dependencies: 'disabledDays', 'handleValidation', and 'locale'. Either include them or remove the dependency array
|
Run pnpm lint:eslint:
packages/components/src/Filter/Filter/Filter.tsx#L56
React Hook useEffect has a missing dependency: 'filterButtonRef'. Either include it or remove the dependency array. Mutable values like 'filterButtonRef.current.triggerRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
Run pnpm lint:eslint:
packages/components/src/Filter/FilterBar/FilterBar.spec.tsx#L865
React Hook useEffect has missing dependencies: 'activeFilterVals', 'fetcher', and 'items'. Either include them or remove the dependency array. If 'fetcher' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run pnpm lint:eslint:
packages/components/src/Filter/FilterBar/FilterBar.spec.tsx#L865
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
Run pnpm lint:eslint:
packages/components/src/Filter/FilterBar/_docs/FilterBar.stories.tsx#L18
'/home/runner/work/kaizen-design-system/kaizen-design-system/packages/components/src/index.ts' imported multiple times
|
Run pnpm lint:eslint:
packages/components/src/Filter/FilterBar/_docs/FilterBar.stories.tsx#L19
'/home/runner/work/kaizen-design-system/kaizen-design-system/packages/components/src/index.ts' imported multiple times
|
Loading