@nhtio/eslint-config/rules
Variables
Variable | Description |
---|---|
noDefaultImport | - |
noInlineTypeImport | - |
noUndefinedChildrenForProgrammaticComponents | An ESLint rule that disallows explicitly passing undefined as the children argument in calls to Vue's h function. |
noWindowNegation | ESLint rule to disallow negation of window and suggest using typeof window === "undefined" instead. |
requireFunctionSlotsForProgrammaticComponents | An ESLint rule that enforces the use of function slots for components rendered using Vue's h function. |
sortImportsByTypeAndSize | - |
vueprintTypeImportOnly | An ESLint rule that disallows non-type imports from "@jakguru/vueprint". |