docs: add official CrowdNode docs to help output
[crowdnode.js/.git] / .prettierrc.json
1 {
2   "printWidth": 80,
3   "tabWidth": 2,
4   "singleQuote": false,
5   "bracketSpacing": true,
6   "proseWrap": "always",
7   "semi": true,
8   "trailingComma": "all"
9 }