-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "eslint-plugin-react-require-testid",
"version": "1.0.3",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ESLint",
"React",
"Testing",
"Linting",
"Code Quality",
"JSX",
"Configuration",
"Custom ESLint Rules",
"Plugin Development",
"JavaScript",
"Static Analysis",
"Code Standards",
"Development Best Practices",
"Configuration Management",
"Automated Testing"
],
"author": "",
"description": "This ESLint 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/eslint-plugin-react-require-testid"
},
"bugs": {
"url": "https://github.com/charlespalmerbf/eslint-plugin-react-require-testid/issues"
},
"homepage": "https://github.com/charlespalmerbf/eslint-plugin-react-require-testid#readme",
"dependencies": {
"@babel/parser": "^7.22.5",
"babel-eslint": "^10.1.0",
"eslint": "^8.43.0"
}
}