UNPKG

templates-mo

Version:

Templates is a scaffolding framework that makes code generation simple, dynamic, and reusable. Generate files, parts of your app, or whole project structures—without the repetitive copy-pasting

19 lines (18 loc) • 267 B
{ "singleQuote": true, "semi": true, "bracketSpacing": true, "arrowParens": "always", "useTabs": true, "overrides": [ { "files": "*.mdx", "options": { "parser": "mdx", "proseWrap": "always", "useTabs": false, "tabWidth": 4 } } ] }