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