tmpl-cli
api
docs
env
git
hbs
html
husky
jest
lintstaged
lintstaged
lisp
node
prettier
python
react
readme
schema
style
util
vue
web

$ tmpl lintstaged

Sub CLI for lint-staged install. Creates a .lintstagedrc.json file and installs

Files

project
└─.lintstagedrc.json

.lintstagedrc.json

{
"src/**/*.(html|js|jsx|ts|tsx)": ["prettier --write"]
}