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",
|
||||
},
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user