Skip to content

Commit 9c35013

Browse files
authored
Fix contentheader dev dependencies (#186)
1 parent f05fb90 commit 9c35013

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contentheader/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@
5959
"@typescript-eslint/parser": "^4.8.1",
6060
"eslint": "^7.14.0",
6161
"eslint-config-prettier": "^6.15.0",
62+
"eslint-plugin-jsdoc": "^36.0.0",
6263
"eslint-plugin-prettier": "^3.1.4",
64+
"eslint-plugin-react": "^7.18.3",
6365
"npm-run-all": "^4.1.5",
6466
"prettier": "^2.1.1",
6567
"rimraf": "^3.0.2",
@@ -85,4 +87,4 @@
8587
]
8688
}
8789
}
88-
}
90+
}

0 commit comments

Comments
 (0)