UNPKG

biome-plugin-require-data-testid

Version:

This Biome plugin helps ensure that React components have the necessary testID attribute, which is crucial for effective testing of React applications.

41 lines (40 loc) 1.22 kB
{ "name": "biome-plugin-require-data-testid", "version": "1.0.0", "main": "lib/index.js", "scripts": { "test": "echo \"No tests yet\"" }, "keywords": [ "Biome", "React", "Testing", "Linting", "Code Quality", "JSX", "Configuration", "Custom Biome Rules", "Plugin Development", "JavaScript", "Static Analysis", "Code Standards", "Development Best Practices", "Configuration Management", "Automated Testing" ], "author": "charlespalmerbf", "description": "This Biome plugin helps ensure that React components have the necessary testID attribute, which is crucial for effective testing of React applications.", "repository": { "type": "git", "url": "git+https://github.com/charlespalmerbf/biome-plugin-require-data-testid" }, "bugs": { "url": "https://github.com/charlespalmerbf/biome-plugin-require-data-testid/issues" }, "homepage": "https://github.com/charlespalmerbf/biome-plugin-require-data-testid#readme", "license": "MIT", "dependencies": {}, "peerDependencies": { "biome": "^1.0.0" } }