mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Add jsdoc-babel plugin
This is to stop jsdoc parsing errors. More information in this thread: https://github.com/jsdoc3/jsdoc/issues/555
This commit is contained in:
parent
9f60dc3dd6
commit
3fb660d816
2 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,10 @@
|
||||||
"tags": {
|
"tags": {
|
||||||
"allowUnknownTags": true
|
"allowUnknownTags": true
|
||||||
},
|
},
|
||||||
"plugins": ["plugins/markdown"],
|
"plugins": [
|
||||||
|
"plugins/markdown",
|
||||||
|
"node_modules/jsdoc-babel"
|
||||||
|
],
|
||||||
"templates": {
|
"templates": {
|
||||||
"systemName": "CyberChef",
|
"systemName": "CyberChef",
|
||||||
"footer": "",
|
"footer": "",
|
||||||
|
|
|
@ -47,6 +47,7 @@
|
||||||
"html-webpack-plugin": "^2.28.0",
|
"html-webpack-plugin": "^2.28.0",
|
||||||
"imports-loader": "^0.7.1",
|
"imports-loader": "^0.7.1",
|
||||||
"ink-docstrap": "^1.1.4",
|
"ink-docstrap": "^1.1.4",
|
||||||
|
"jsdoc-babel": "^0.3.0",
|
||||||
"less": "^2.7.2",
|
"less": "^2.7.2",
|
||||||
"less-loader": "^4.0.2",
|
"less-loader": "^4.0.2",
|
||||||
"style-loader": "^0.15.0",
|
"style-loader": "^0.15.0",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue