UNPKG

@yasanchezz/eslint-plugin-vue-data-testid

Version:

An `eslint` plugin for checking accessibility rules from within `.vue` files. Add `data-testid` to use better behavior testing

3 lines (2 loc) 140 B
import { AST } from 'vue-eslint-parser'; export default function getAttributeValue(node: AST.VElement, attributeName: string): Set<string>;