Skip to content

Commit ed14e15

Browse files
committed
chore(js): allow linting js and jsx files
1 parent 06ea977 commit ed14e15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.lintstagedrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"*.ts": "eslint"
2+
"*.ts": "eslint",
3+
"packages/apidom-playground/src/**/*.js": "eslint",
4+
"packages/apidom-playground/src/**/*.jsx": "eslint"
35
}

0 commit comments

Comments
 (0)