We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8092e commit 4fd1e00Copy full SHA for 4fd1e00
package.json
@@ -11,19 +11,10 @@
11
"testing"
12
],
13
"homepage": "https://github.com/testing-library/eslint-plugin-testing-library",
14
- "bugs": {
15
- "url": "https://github.com/testing-library/eslint-plugin-testing-library/issues"
16
- },
17
- "repository": {
18
- "type": "git",
19
- "url": "git+https://github.com/testing-library/eslint-plugin-testing-library.git"
20
+ "bugs": "testing-library/eslint-plugin-testing-library/issues",
+ "repository": "testing-library/eslint-plugin-testing-library",
21
"license": "MIT",
22
- "author": {
23
- "name": "Mario Beltrán Alarcón",
24
- "email": "me@mario.dev",
25
- "url": "https://mario.dev/"
26
+ "author": "Mario Beltrán <https://mario.dev>",
27
"files": [
28
"dist",
29
"README.md",
0 commit comments