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

4 lines (3 loc) 200 B
import type { Rule } from 'eslint'; import type { PluginOptions } from '../types'; export default function createRule({ attributeName, buildDataTestid, ignoreNode, }: PluginOptions): Rule.RuleModule;