We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ffa2e2 commit e765f67Copy full SHA for e765f67
.lintstagedrc.json
@@ -1,5 +1,6 @@
1
{
2
"**/*.{js,jsx,ts,tsx,json,md}": ["prettier --write"],
3
"**/*.js": ["jest --findRelatedTests --passWithNoTests"],
4
+ "tools/spectral/ipa/**/*.yaml": ["node tools/spectral/ipa/scripts/generateRulesetReadme.js"],
5
"**/*.go": ["./tools/hooks/golang-precommit.sh"]
6
}
0 commit comments