Skip to content

Commit be16eef

Browse files
MichaelDeBoeyCompuIves
authored andcommitted
Delete unnecessary eslint-disable (codesandbox#2162)
1 parent 9ff6f91 commit be16eef

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packages/app/src/app/components/Preview/DevTools/Problems/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* eslint import/extensions: "warn", import/no-unresolved: "warn" */
2-
31
import { listen } from 'codesandbox-api';
42
import {
53
CorrectionAction,

packages/app/src/app/utils/corrections.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* eslint import/extensions: "warn", import/no-unresolved: "warn" */
2-
31
import { ModuleCorrection, ModuleError } from '@codesandbox/common/lib/types';
42
import { CorrectionClearAction } from 'codesandbox-api/dist/types/actions/correction';
53
import { ErrorClearAction } from 'codesandbox-api/dist/types/actions/error';

0 commit comments

Comments
 (0)