fixed dispatch eslint errors
This commit is contained in:
@@ -29,4 +29,9 @@ export default defineConfig([
|
||||
},
|
||||
},
|
||||
...tseslint.config(js.configs.recommended, tseslint.configs.recommended, eslintConfigPrettier),
|
||||
{
|
||||
rules: {
|
||||
"@typescript-eslint/no-unused-vars": "warn",
|
||||
},
|
||||
},
|
||||
]);
|
||||
|
||||
@@ -16,5 +16,6 @@
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"target": "ES2022"
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules", "dist", ".next", "out"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user