refactor: Clear unused ESLint directives from FE packages (no-changelog) (#6811)
This commit is contained in:
@@ -69,7 +69,7 @@ export default defineComponent({
|
||||
|
||||
return 'SM';
|
||||
},
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
|
||||
value(): any | undefined {
|
||||
if (this.valueXS !== undefined && this.width < BREAKPOINT_SM) {
|
||||
return this.valueXS;
|
||||
|
||||
Reference in New Issue
Block a user