Skip to content

Commit e55dab0

Browse files
committed
fix(headless project.json): add tsx and jsx to lintFilePatterns
1 parent 1f30fca commit e55dab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit-headless/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"executor": "@nx/eslint:lint",
3030
"outputs": ["{options.outputFile}"],
3131
"options": {
32-
"lintFilePatterns": ["packages/headless/**/*.{js,ts}"]
32+
"lintFilePatterns": ["packages/kit-headless/**/*.{ts,tsx,js,jsx}"]
3333
}
3434
},
3535
"storybook": {

0 commit comments

Comments
 (0)