Compare commits
2 Commits
cf9f48dfa7
...
9f2ed48caf
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f2ed48caf | |||
| 3f42d60efc |
@@ -302,3 +302,6 @@ op25/
|
||||
|
||||
# Ignore any local run scripts for development
|
||||
*.bat
|
||||
|
||||
# Ignore the auto-generated docs folder
|
||||
/docs
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
"opts": {
|
||||
"destination": "./docs",
|
||||
"recurse": true,
|
||||
"template": "default"
|
||||
"template": "node_modules/better-docs"
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+1922
File diff suppressed because it is too large
Load Diff
@@ -4,6 +4,7 @@
|
||||
"description": "",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"docs": "jsdoc -c jsdoc.json -d docs -t ./node_modules/better-docs",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint --fix .",
|
||||
"test": "mocha --timeout 5000",
|
||||
@@ -13,6 +14,7 @@
|
||||
"license": "ISC",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"better-docs": "^2.7.3",
|
||||
"chai": "^5.1.1",
|
||||
"eslint": "^9.9.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
|
||||
Reference in New Issue
Block a user