We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d6507 commit 1892992Copy full SHA for 1892992
3 files changed
eslint.config.js
@@ -10,7 +10,6 @@ import tseslint from 'typescript-eslint';
10
export default defineConfig(
11
jsPlugin.configs.recommended,
12
...tseslint.configs.recommendedTypeChecked,
13
- // @ts-expect-error - Type mismatch due to duplicate @eslint/core versions in node_modules (lockfile maintenance)
14
perfectionist.configs['recommended-natural'],
15
{
16
languageOptions: {
0 commit comments