diff --git a/.eslintrc.js b/.eslintrc.js index 0c3f695..8af6252 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -29,7 +29,7 @@ module.exports = { } }, { - files: ['./{src,examples}/*.{ts,mts,cts,tsx}'], + files: ['./{src,examples}/**/*.{ts,mts,cts,tsx}'], rules: { // Some of JS rules don't always work correctly in TS and // hence need to be reimported as TS rules