UNPKG

@uisimple/create-simple-cli

Version:

Simple CLI

25 lines (24 loc) 426 B
{ "$schema": "https://json.schemastore.org/prettierrc", "semi": false, "singleQuote": true, "trailingComma": "none", "vueIndentScriptAndStyle": true, "tabWidth": 2, "printWidth": 120, "endOfLine": "lf", "overrides": [ { "files": ".prettierrc", "options": { "parser": "json" } }, { "files": "*.json", "options": { "printWidth": 80 } } ] }