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 5e93bf5 commit bd39f35Copy full SHA for bd39f35
packages/react-pdf-js/package.json
@@ -30,22 +30,12 @@
30
"build": "tsup src/index.tsx --dts --format esm,cjs",
31
"lint": "eslint"
32
},
33
- "husky": {
34
- "hooks": {
35
- "pre-commit": "npm run lint"
36
- }
37
- },
38
"prettier": {
39
"printWidth": 80,
40
"semi": true,
41
"singleQuote": true,
42
"trailingComma": "es5"
43
44
- "jest": {
45
- "setupFiles": [
46
- "jest-canvas-mock"
47
- ]
48
49
"devDependencies": {
50
"@testing-library/react": "15.0.7",
51
"@types/jest": "29.5.12",
0 commit comments