zenith-gen
Version:
A CLI tool designed to streamline the creation of projects within the Zenith Inova ecosystem, providing optimized configurations and modern development tools.
19 lines (17 loc) • 348 B
text/typescript
export const prettierConfig = `{
"trailingComma": "all",
"semi": true,
"printWidth": 80,
"tabWidth": 2,
"singleQuote": true,
"jsxSingleQuote": true,
"endOfLine": "auto",
"plugins": [
"prettier-plugin-tailwindcss"
]
}`
export const prettierIgnore = `node_modules
dist
build
package-lock.json
pnpm-lock.yaml`