UNPKG

freshland

Version:

Freshland is a CLI tool that lets you clone GitHub repositories without the git history.

10 lines (9 loc) 172 B
/** @type {import("prettier").Config} */ module.exports = { trailingComma: 'es5', tabWidth: 3, semi: true, bracketSpacing: true, useTabs: true, singleQuote: true, };