Module

x/denoify/.prettierrc.json

🦕For NPM module authors that would like to support Deno but do not want to write and maintain a port.
Go to Latest
File
{ "printWidth": 150, "tabWidth": 4, "useTabs": false, "semi": true, "singleQuote": false, "quoteProps": "preserve", "trailingComma": "none", "bracketSpacing": true, "arrowParens": "avoid"}