routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+44
@@ -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
|
||||
Reference in New Issue
Block a user