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 06ea977 commit ed14e15Copy full SHA for ed14e15
.lintstagedrc
@@ -1,3 +1,5 @@
1
{
2
- "*.ts": "eslint"
+ "*.ts": "eslint",
3
+ "packages/apidom-playground/src/**/*.js": "eslint",
4
+ "packages/apidom-playground/src/**/*.jsx": "eslint"
5
}
0 commit comments