Skip to content

@nhtio/eslint-config/rules

Variables

VariableDescription
noDefaultImport-
noInlineTypeImport-
noUndefinedChildrenForProgrammaticComponentsAn ESLint rule that disallows explicitly passing undefined as the children argument in calls to Vue's h function.
noWindowNegationESLint rule to disallow negation of window and suggest using typeof window === "undefined" instead.
requireFunctionSlotsForProgrammaticComponentsAn ESLint rule that enforces the use of function slots for components rendered using Vue's h function.
sortImportsByTypeAndSize-
vueprintTypeImportOnlyAn ESLint rule that disallows non-type imports from "@jakguru/vueprint".