Files
manja_ui_dev/node_modules/eslint-plugin-vue/dist/index.d.ts
T
sean d26db06f74
NPM Installation / build (16.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (16.x, windows-latest) (push) Has been cancelled
NPM Installation / build (17.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (17.x, windows-latest) (push) Has been cancelled
NPM Installation / build (18.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (18.x, windows-latest) (push) Has been cancelled
all data hide
2026-06-25 09:44:52 +07:00

45 lines
1.3 KiB
TypeScript

/// <reference path="./eslint-typegen.d.ts" />
import type { Linter } from 'eslint'
declare const vue: {
meta: any
configs: {
base: Linter.LegacyConfig
'vue2-essential': Linter.LegacyConfig
'vue2-strongly-recommended': Linter.LegacyConfig
'vue2-strongly-recommended-error': Linter.LegacyConfig
'vue2-recommended': Linter.LegacyConfig
'vue2-recommended-error': Linter.LegacyConfig
essential: Linter.LegacyConfig
'strongly-recommended': Linter.LegacyConfig
'strongly-recommended-error': Linter.LegacyConfig
recommended: Linter.LegacyConfig
'recommended-error': Linter.LegacyConfig
'flat/base': Linter.FlatConfig[]
'flat/vue2-essential': Linter.FlatConfig[]
'flat/vue2-strongly-recommended': Linter.FlatConfig[]
'flat/vue2-strongly-recommended-error': Linter.FlatConfig[]
'flat/vue2-recommended': Linter.FlatConfig[]
'flat/vue2-recommended-error': Linter.FlatConfig[]
'flat/essential': Linter.FlatConfig[]
'flat/strongly-recommended': Linter.FlatConfig[]
'flat/strongly-recommended-error': Linter.FlatConfig[]
'flat/recommended': Linter.FlatConfig[]
'flat/recommended-error': Linter.FlatConfig[]
'no-layout-rules': Linter.LegacyConfig
}
rules: Record<string, any>
processors: {
'.vue': any
vue: any
}
}
export = vue