UNPKG

make-pesto

Version:

Pesto is a command-line tool to assist in creating Node.js packages. 🔪🌿

12 lines (10 loc) • 221 B
const prettierOptions = { printWidth: 100, tabWidth: 4, singleQuote: false, semi: true, trailingComma: "none", bracketSpacing: true, bracketSameLine: false, }; export default prettierOptions;