UNPKG

create-electron-foundation

Version:

An interactive CLI to bootstrap a modern, type-safe, and scalable Electron application.

10 lines (8 loc) 158 B
/** @type {import("prettier").Config} */ const config = { trailingComma: 'es5', tabWidth: 2, semi: false, singleQuote: true, } export default config