Skip to content

Commit 15809b6

Browse files
authored
chore: sort package.json (#381)
1 parent 3965c8f commit 15809b6

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "eslint-plugin-jest-dom",
33
"version": "0.0.0-semantically-released",
44
"description": "ESLint plugin to follow best practices and anticipate common mistakes when writing tests with jest-dom",
5-
"main": "dist/index.js",
65
"keywords": [
76
"eslint",
87
"eslintplugin",
@@ -15,16 +14,17 @@
1514
"DTL",
1615
"tests"
1716
],
18-
"author": "Ben Monro",
19-
"license": "MIT",
17+
"homepage": "https://github.com/testing-library/eslint-plugin-jest-dom#readme",
18+
"bugs": {
19+
"url": "https://github.com/testing-library/eslint-plugin-jest-dom/issues"
20+
},
2021
"repository": {
2122
"type": "git",
2223
"url": "https://github.com/testing-library/eslint-plugin-jest-dom"
2324
},
24-
"bugs": {
25-
"url": "https://github.com/testing-library/eslint-plugin-jest-dom/issues"
26-
},
27-
"homepage": "https://github.com/testing-library/eslint-plugin-jest-dom#readme",
25+
"license": "MIT",
26+
"author": "Ben Monro",
27+
"main": "dist/index.js",
2828
"files": [
2929
"dist"
3030
],
@@ -40,6 +40,20 @@
4040
"test:update": "npm test:coverage -- --updateSnapshot",
4141
"validate": "kcd-scripts validate"
4242
},
43+
"eslintConfig": {
44+
"extends": "./node_modules/kcd-scripts/eslint.js",
45+
"rules": {
46+
"consistent-return": "off",
47+
"max-lines-per-function": "off",
48+
"testing-library/no-dom-import": "off"
49+
}
50+
},
51+
"eslintIgnore": [
52+
"node_modules",
53+
"coverage",
54+
"dist",
55+
"eslint-remote-tester-results"
56+
],
4357
"dependencies": {
4458
"@babel/runtime": "^7.16.3",
4559
"requireindex": "^1.2.0"
@@ -64,20 +78,6 @@
6478
"optional": true
6579
}
6680
},
67-
"eslintConfig": {
68-
"extends": "./node_modules/kcd-scripts/eslint.js",
69-
"rules": {
70-
"consistent-return": "off",
71-
"max-lines-per-function": "off",
72-
"testing-library/no-dom-import": "off"
73-
}
74-
},
75-
"eslintIgnore": [
76-
"node_modules",
77-
"coverage",
78-
"dist",
79-
"eslint-remote-tester-results"
80-
],
8181
"engines": {
8282
"node": "^12.22.0 || ^14.17.0 || >=16.0.0",
8383
"npm": ">=6",

0 commit comments

Comments
 (0)