A Deno-powered backend service for Plants vs. Zombies: MODDED. [Read-only GitHub mirror] docs.pvzm.net
express typescript expressjs plant deno jspvz pvzm game online backend plants-vs-zombies zombie javascript plants modded vs plantsvszombies openapi pvz noads
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Format "fix indentation" Original commit: https://github.com/ROBlNET13/pvzm-backend/commit/d09376c0b756215cc2c951f0bfec44c50a1eeece

Co-authored-by: ClaytonTDM <clay@clay.rip>

+1 -1
+1 -1
.markdownlint.jsonc
··· 2 2 "MD013": false, // line length 3 3 "MD010": false, // hard tabs 4 4 "MD033": false, // inline HTML 5 - "MD007": { "indent": 4 } // unordered list indentation 5 + "MD007": { "indent": 4 }, // unordered list indentation 6 6 }