I am building a nodejs project by using typescript. In this project, I want add some file/directory naming rules. Such as, file/directory name should be in sneak-case.
Is there any way that I can apply any restrictions on the file names like we give coding convention rules by tslint?.