Skip to content

Commit

Permalink
fix: fix eslint disable next line
Browse files Browse the repository at this point in the history
  • Loading branch information
sashtje committed Oct 3, 2023
1 parent 0e45f3f commit 4eb2007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shared/lib/tests/componentRender/componentRender.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import { ReducersMapObject } from '@reduxjs/toolkit';

import i18nForTests from '@/shared/config/i18n/i18nForTests';
import { StateSchema, StoreProvider } from '@/app/providers/StoreProvider';
// eslint-disable-next-line fsd-checker/layer-imports
// eslint-disable-next-line
import { ThemeProvider } from '@/app/providers/ThemeProvider';
import { Theme } from '@/shared/const/theme';
// eslint-disable-next-line fsd-checker/layer-imports
// eslint-disable-next-line
import '@/app/styles/index.scss';

export interface ComponentRenderOptions {
Expand Down

0 comments on commit 4eb2007

Please sign in to comment.