.lintstagedrc 83 B

12345
  1. {
  2. "*.{js,json,md,sol,ts}": [
  3. "prettier --config ./.prettierrc --write"
  4. ]
  5. }