Skip to content

Commit a35d6c1

Browse files
Remove Unused Directive
The types are now bundled properly with the linter packages.
1 parent 19d5056 commit a35d6c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config/linter/next.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import { defineConfig, globalIgnores } from 'eslint/config';
22
import { eslintConfig as baselineConfig } from './base.js';
33
import globals from 'globals';
4-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
5-
// @ts-expect-error
64
import nextVitals from 'eslint-config-next/core-web-vitals';
75
import react from 'eslint-plugin-react';
86
import reactHooks from 'eslint-plugin-react-hooks';

0 commit comments

Comments
 (0)