aboutsummaryrefslogblamecommitdiffstats
path: root/.nano-staged.json
blob: 93e58d01122c83843124fed5b3ac4b0fd7fdd163 (plain) (tree)
1
2
3
4
5
6
7


                            
                                                    


                              
{
  "*.{cjs,js,jsx,ts,tsx}": [
    "yarn lint:precommit",
    "yarn test --passWithNoTests --findRelatedTests"
  ],
  "*.json": "prettier --write"
}