linters:
  src/**/*.{ts,tsx}:
    - npm run prettier
    - git add
