/ .lintstagedrc.json
.lintstagedrc.json
1  {
2    "*.{js,css,ts}": "eslint --fix",
3    "*.{js,css,md,ts}": "prettier --write"
4  }