Base UI
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

This commit is contained in:
2026-06-25 11:15:13 +07:00
parent c539fe47af
commit cc038a7372
20561 changed files with 1811255 additions and 41 deletions
+44
View File
@@ -0,0 +1,44 @@
/// <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