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 / PreCommitConfigFileTypes

Enumeration: PreCommitConfigFileTypes

Used to specify the file types used in the project.

Enumeration Members

CLOUDFORMATION

CLOUDFORMATION: 2

Add support for CloudFormation file checks (not yet implemented)


JAVA

JAVA: 3

Add support for Java file checks (not yet implemented)


JAVASCRIPT

JAVASCRIPT: 4

Add support for JavaScript file checks (prettier, eslint)


PYTHON

PYTHON: 1

Add support for Python file checks (black, bandit)


SHELLSCRIPT

SHELLSCRIPT: 6

Add support for shell script file checks (not yet implemented)


TERRAFORM

TERRAFORM: 0

Add support for Terraform file checks (not yet implemented)


TYPESCRIPT

TYPESCRIPT: 5

Add support for JavaScript file checks (prettier, eslint)