UNPKG

skeet

Version:

Full-stack TypeScript Serverless Framework

12 lines (11 loc) 201 B
export const prettierrc = async (appName: string) => { const filePath = `${appName}/.prettierrc` const body = { semi: false, singleQuote: true, } return { filePath, body, } }