],
},
},
+ {
+ files: ['**/*.d.ts'],
+ rules: {
+ '@typescript-eslint/consistent-type-imports': 'off',
+ },
+ },
{
files: ['**/*.js', '**/*.mjs', '**/*.cjs'],
...plugins['typescript-eslint'].configs.disableTypeChecked,
import { useToast } from 'vue-toast-notification'
-import type {
+import {
ApplicationProtocol,
AuthenticationType,
type ChargingStationOptions,
type ResponsePayload,
ResponseStatus,
type UIServerConfigurationSection,
- UUIDv4,
+ type UUIDv4,
} from '@/types'
import { UI_WEBSOCKET_REQUEST_TIMEOUT_MS } from './Constants'