UNPKG

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.

18 lines (17 loc) 346 B
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`;