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 1f30fca commit e55dab0Copy full SHA for e55dab0
packages/kit-headless/project.json
@@ -29,7 +29,7 @@
29
"executor": "@nx/eslint:lint",
30
"outputs": ["{options.outputFile}"],
31
"options": {
32
- "lintFilePatterns": ["packages/headless/**/*.{js,ts}"]
+ "lintFilePatterns": ["packages/kit-headless/**/*.{ts,tsx,js,jsx}"]
33
}
34
},
35
"storybook": {
0 commit comments