🎨 update eslint.config.js
This commit is contained in:
@@ -24,9 +24,8 @@ export default [
|
||||
rules: {
|
||||
semi: "error",
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
// "no-unused-vars": "off",
|
||||
// "@typescript-eslint/no-unused-vars": ["off"],
|
||||
"vue/multi-word-component-names": "off",
|
||||
'@typescript-eslint/no-unused-vars': ['error', {"argsIgnorePattern": "^_"}],
|
||||
}
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user