https://pvzm.net/ to play [Read-only GitHub mirror] pvzm.net
modded vs pvz plants-vs-zombies plantsvszombies javascript online zombie noads jspvz pvzm game plants plant
1
fork

Configure Feed

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

add back prettier config

Clay a8ed306d b8e9de1d

+23
+4
.prettierignore
··· 1 + game/js/pako.js 2 + game/js/html2canvas.js 3 + .github/workflows 4 + pnpm-lock.yaml
+19
.prettierrc
··· 1 + { 2 + "tabWidth": 4, 3 + "useTabs": true, 4 + "arrowParens": "always", 5 + "bracketSameLine": false, 6 + "bracketSpacing": true, 7 + "embeddedLanguageFormatting": "auto", 8 + "endOfLine": "lf", 9 + "experimentalTernaries": false, 10 + "htmlWhitespaceSensitivity": "css", 11 + "insertPragma": false, 12 + "printWidth": 160, 13 + "proseWrap": "preserve", 14 + "quoteProps": "as-needed", 15 + "semi": true, 16 + "singleAttributePerLine": false, 17 + "singleQuote": false, 18 + "trailingComma": "es5" 19 + }