UNPKG

eslint-plugin-vue-required-attributes

Version:

Require specified attributes on specified components from being used!

10 lines (9 loc) 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function hasDirectiveKeyArgument(directiveKeyArgument) { if (!directiveKeyArgument) { return false; } return true; } exports.default = hasDirectiveKeyArgument;