Some checks failed
Deploy to Test Environment / deploy-to-test (push) Failing after 16m58s
5 lines
121 B
JSON
5 lines
121 B
JSON
{
|
|
"*.{js,jsx,ts,tsx}": ["eslint --fix", "prettier --write"],
|
|
"*.{json,md,css,html,yml,yaml}": ["prettier --write"]
|
|
}
|