/ .lintstagedrc
.lintstagedrc
1  {
2    "**/*.+(js|jsx|css|less|scss|ts|tsx|md)": [
3      "prettier --write",
4      "git add"
5    ]
6  }