Skip to content
Snippets Groups Projects
.lintstagedrc 123 B
Newer Older
  • Learn to ignore specific revisions
  • Luka's avatar
    Luka committed
    {
      "*.{js,jsx,ts,tsx}": [
        "yarn lint:fix",
        "prettier --write"
      ],
      "*.{json,md}": [
        "prettier --write"
      ]
    }