Skip to content

Commit c4f192c

Browse files
committed
fix: Add docs theme to eslint tsconfig
1 parent 860b9b9 commit c4f192c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.eslint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"src/**/*.js",
77
"src/**/*.ts",
88
"src/**/*.jsx",
9-
"src/**/*.tsx"
9+
"src/**/*.tsx",
10+
"apify-docs-theme/**/*.tsx"
1011
]
1112
}

0 commit comments

Comments
 (0)