8000
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 7ce04f0 commit 34bd9b9Copy full SHA for 34bd9b9
package.json
@@ -10,7 +10,7 @@
10
"build": "rimraf lib && tsc --declaration",
11
"test": "jest",
12
"lint": "eslint src/**/*.ts __tests__/**/*.ts",
13
- "format": "prettier --write './**/*.ts'"
+ "lint:format": "prettier --write './**/*.ts'"
14
},
15
"repository": {
16
"type": "git",
@@ -44,11 +44,11 @@
44
"eslint": "7.23.0",
45
"eslint-plugin-github": "4.1.2",
46
"eslint-plugin-jest": "24.3.2",
47
- "eslint-plugin-prettier": "^3.1.2",
+ "eslint-plugin-prettier": "3.1.2",
48
"jest": "26.6.3",
49
"jest-circus": "26.6.3",
50
"prettier": "2.2.1",
51
- "rimraf": "^3.0.2",
+ "rimraf": "3.0.2",
52
"ts-jest": "26.5.4",
53
"typescript": "4.2.3"
54
}
0 commit comments