[ESLint Plugin] Add a ts-config-include
rule
#18514
Labels
Client
This issue points to a problem in the data-plane of the library.
eslint plugin
help wanted
This issue is tracking work for which community contributions would be welcomed and appreciated
We should ensure that the individual package's
tsconfig.json
file include source, tests and samplesThis tracks the work to add a rule for verifying the value of
"include"
contains"src/**/*.ts"
,"test/**/*.ts"
, and"samples-dev/**/*.ts"
.Code pointers for anyone wanting to fix this:
The text was updated successfully, but these errors were encountered: