View on GitHub

@ncfour-us/projen-utils Projen contstructs

Useful constructs for building TypeScript projects managed through projen

Download this project as a .zip file Download this project as a tar.gz file

@ncfour-us/projen-utils / PreCommitConfigFileOptions

Interface: PreCommitConfigFileOptions

Used to configure the PreCommitConfigFile construct

Properties

fileTypes?

readonly optional fileTypes?: PreCommitConfigFileTypes[]

Array of file-types to configure the pre-commit file to handle.


packageManager?

readonly optional packageManager?: NodePackageManager

For JavaScript and/or TypeScript support, the package manager defined for the project.