File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : " yarn@1.22.22" ,
3316 "scripts" : {
3417 "build" : " yarn build-clean && yarn tsc && yarn build:nontsc" ,
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" ,
You can’t perform that action at this time.
0 commit comments