When working with TypeScript, the following import statement is valid:
import { Validation, ValidatorFn } from '@vuelidate/core'
However, this code triggers an error in ESLint:
The message "ValidatorFn not found in '@vuelidate/core' eslint import/named" is displayed.
Is there a proper way to import types from @vuelidate/core
?