refactor: Clear unused ESLint directives from FE packages (no-changelog) (#6811)
This commit is contained in:
@@ -8,7 +8,6 @@ export const debounceHelper = defineComponent({
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
async callDebounced(...inputParameters: any[]): Promise<void> {
|
||||
const functionName = inputParameters.shift() as string;
|
||||
const { trailing, debounceTime } = inputParameters.shift();
|
||||
|
||||
Reference in New Issue
Block a user