{
    "*.ts":[
        "eslint 'src/**' --fix",
        "npm run test:staged"
    ]
}