UNPKG

skeet

Version:

Full-stack TypeScript Serverless Framework

11 lines (10 loc) 193 B
export const eslintrcJson = async (appName: string) => { const filePath = `${appName}/.eslintrc.json` const body = { extends: ['prettier'], } return { filePath, body, } }