.lintstagedrc 97 B

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