routie dev init since i didn't adhere to any proper guidance up until now

This commit is contained in:
2026-04-29 22:27:29 -06:00
commit e1dabb71e2
15301 changed files with 3562618 additions and 0 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