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 8efed0b commit bd3d41aCopy full SHA for bd3d41a
package.json
@@ -9,7 +9,7 @@
9
"repository": "https://github.com/boringcodes/eslint-config-typescript.git",
10
"main": "index.js",
11
"scripts": {
12
- "purge": "rm -rf node_modules",
+ "purge": "rimraf node_modules",
13
"format": "prettier --write --ignore-path .gitignore .",
14
"format:check": "prettier --check --ignore-path .gitignore .",
15
"lint": "eslint --quiet --ignore-path .gitignore .",
@@ -34,6 +34,7 @@
34
"husky": "^4.3.7",
35
"lint-staged": "^10.5.3",
36
"prettier": "^2.2.1",
37
+ "rimraf": "^3.0.2",
38
"standard-version": "^9.1.0",
39
"typescript": "^4.1.3"
40
},
0 commit comments