UNPKG

skeet

Version:

Full-stack TypeScript Serverless Framework

16 lines (15 loc) 225 B
export const eslintignore = async (appName: string) => { const filePath = `${appName}/.eslintignore` const body = ` .next out dist build src/__generated__ src / schema.graphql ` return { filePath, body, } }