zola-check-manager

A Github Action allowing you to manage the zola check results in github
git clone git://archive.git.mtrnord.blog/MTRNord/zola-check-manager.git
Log | Files | Refs | README | LICENSE

.prettierrc.json (178B)


      1 {
      2   "printWidth": 80,
      3   "tabWidth": 2,
      4   "useTabs": false,
      5   "semi": true,
      6   "singleQuote": true,
      7   "trailingComma": "none",
      8   "bracketSpacing": false,
      9   "arrowParens": "avoid"
     10 }