@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
47 lines • 1.06 kB
JSON
{
"name": "@yasanchezz/eslint-plugin-vue-data-testid",
"version": "0.3.4",
"description": "",
"main": "dist/index.js",
"type": "module",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"keywords": [
"eslint",
"data-testid",
"vue"
],
"author": "Aleksandr Kazimir",
"license": "ISC",
"peerDependencies": {
"eslint": "^9.25.0",
"vue-eslint-parser": "^10.1.0"
},
"devDependencies": {
"@types/node": "^22.17.1",
"@typescript-eslint/utils": "^8.39.0",
"neostandard": "^0.12.2",
"rimraf": "^6.0.1",
"typescript": "^5.9.2"
},
"engines": {
"node": ">= 22.0.0",
"pnpm": ">= 10"
},
"repository": {
"type": "git",
"url": "https://github.com/SancheZz/eslint-plugin-vue-data-testid.git"
},
"homepage": "https://github.com/SancheZz/eslint-plugin-vue-data-testid/blob/main/README.md",
"scripts": {
"lint": "eslint -c eslint.config.js",
"build": "rimraf dist && tsc -p tsconfig.json"
}
}