Skip to content

Commit 8c71f3c

Browse files
committed
chore: remove unused lint-staged section
1 parent 219801e commit 8c71f3c

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,6 @@
5757
"bracketSameLine": false,
5858
"arrowParens": "avoid"
5959
},
60-
"lint-staged": {
61-
"*.{j,t}s?(x)": [
62-
"eslint --max-warnings=0 --fix",
63-
"jest --ci --forceExit --findRelatedTests --passWithNoTests"
64-
],
65-
"packages/*/**/*.ts?(x)": "tsc -b",
66-
"*.{js,ts,jsx,tsx,md,mdx,json,yml,yaml}": "prettier --write",
67-
"yarn.lock": "yarn dedupe"
68-
},
6960
"description": "rCTF is redpwnCTF's CTF platform. It is developed and maintained by the [redpwn](https://redpwn.net) CTF team.",
7061
"repository": {
7162
"type": "git",

0 commit comments

Comments
 (0)