UNPKG

eslint-plugin-mui-data-testid

Version:

This ESLint plugin helps ensure that React MUI components have the required testId attribute.

39 lines (38 loc) 1.09 kB
{ "name": "eslint-plugin-mui-data-testid", "version": "1.2.1", "main": "lib/index.js", "license": "MIT", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "ESLint", "ESLint Plugin", "MUI", "React", "Testing", "Linting", "Code Quality", "JSX", "Static Analysis" ], "author": "", "description": "This ESLint plugin helps ensure that React MUI components have the required testId attribute.", "repository": { "type": "git", "url": "git+https://github.com/abtec/eslint-plugin-mui-data-testid" }, "bugs": { "url": "https://github.com/abtec/eslint-plugin-mui-data-testid/issues" }, "homepage": "https://github.com/abtec/eslint-plugin-mui-data-testid#readme", "dependencies": { "@babel/parser": "^7.9.0", "@babel/eslint-parser": "^7.28.6", "eslint": "^9.39.3" }, "peerDependencies": { "eslint": ">=9.0.0" } }