diff --git a/projects/eslint-plugin-experience/configs/entry-points.js b/projects/eslint-plugin-experience/configs/entry-points.js index 8b83c342..d2d1c583 100644 --- a/projects/eslint-plugin-experience/configs/entry-points.js +++ b/projects/eslint-plugin-experience/configs/entry-points.js @@ -9,7 +9,7 @@ const packageNames = allPackageJSONs.map(path => readJSON(path).name); module.exports = { overrides: [ { - files: allPackageJSONs.map(path => path.replace('package.json', '**')), + files: allPackageJSONs.map(path => path.replace('package.json', '**/*.ts')), parser: '@typescript-eslint/parser', excludedFiles: ['**/*.spec.ts', '**/*.cy.ts'], rules: {