Skip to content

Commit eee1ff5

Browse files
authored
Remove husky and lint-staged as they slow down the development process (#3923)
1 parent 2e14da2 commit eee1ff5

File tree

2 files changed

+7
-318
lines changed

2 files changed

+7
-318
lines changed

package.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,6 @@
1212
"examples/graphiql-webpack"
1313
]
1414
},
15-
"lint-staged": {
16-
"*.{js,ts,jsx,tsx}": [
17-
"cross-env ESLINT_USE_FLAT_CONFIG=false eslint --cache --fix",
18-
"prettier --write --ignore-path .eslintignore --ignore-path resources/prettierignore",
19-
"jest --passWithNoTests",
20-
"yarn lint-cspell"
21-
],
22-
"*.{md,html,json,css}": [
23-
"prettier --write --ignore-path .eslintignore --ignore-path resources/prettierignore",
24-
"yarn lint-cspell"
25-
]
26-
},
27-
"husky": {
28-
"hooks": {
29-
"pre-commit": "lint-staged"
30-
}
31-
},
3215
"packageManager": "[email protected]",
3316
"scripts": {
3417
"build": "yarn build-clean && yarn tsc && yarn build:nontsc",
@@ -124,10 +107,8 @@
124107
"eslint-plugin-unicorn": "^56.0.0",
125108
"execa": "^7.1.1",
126109
"fetch-mock": "6.5.2",
127-
"husky": "^4.2.3",
128110
"jest": "^27.5.1",
129111
"js-green-licenses": "4.0.0",
130-
"lint-staged": "^10.1.2",
131112
"mkdirp": "^1.0.4",
132113
"patch-package": "^7.0.2",
133114
"postinstall-postinstall": "^2.1.0",

0 commit comments

Comments
 (0)