UNPKG

patrick-mades-dev-tools

Version:

A collection of development tools and utilities Made by Patrick Made for Patrick Made (but feel free to use it for your own projects)

10 lines (9 loc) 291 B
/** * Configuration Index * Exports all configuration templates */ import eslintConfig from './eslint'; import prettierConfig from './prettier'; import tsConfig from './typescript'; import vscodeSettings from './vscode'; export { eslintConfig, prettierConfig, tsConfig, vscodeSettings };