.lintstagedrc 96 B

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