Skip to content

Commit c69f494

Browse files
committed
chore: try to ignore subpath import issue with linter
Signed-off-by: Mark Phelps <[email protected]>
1 parent 4d3c7cb commit c69f494

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

libs/providers/flipt-web/project.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@
1919
},
2020
"lint": {
2121
"executor": "@nx/eslint:lint",
22-
"outputs": ["{options.outputFile}"]
22+
"outputs": ["{options.outputFile}"],
23+
"options": {
24+
"lintFilePatterns": ["libs/providers/flipt-web/**/*.ts"],
25+
"depCheck": {
26+
"ignorePatterns": ["@flipt-io/flipt-client-js/browser"]
27+
}
28+
}
2329
},
2430
"test": {
2531
"executor": "@nx/jest:jest",

0 commit comments

Comments
 (0)