UNPKG

create-pro-ts-lib

Version:

A command-line-interface for building Typescript libraries

7 lines (4 loc) 231 B
const { createTemplateFilesDownloader } = require('../utils/template'); const TEMPLATE_PATH = 'templates/eslint'; const eslintLogic = createTemplateFilesDownloader(TEMPLATE_PATH); module.exports = { eslintLogic, TEMPLATE_PATH };