diff --git a/.github/workflows/lint-action.yml b/.github/workflows/lint-action.yml index 145e820b..77cc9568 100644 --- a/.github/workflows/lint-action.yml +++ b/.github/workflows/lint-action.yml @@ -37,4 +37,5 @@ jobs: uses: wearerequired/lint-action@v2 with: eslint: true + eslint_args: "--config eslint.config.ts" prettier: true \ No newline at end of file diff --git a/eslint.config.ts b/eslint.config.ts index 7d657c67..52813c36 100644 --- a/eslint.config.ts +++ b/eslint.config.ts @@ -16,7 +16,13 @@ export default [ prettierConfig, includeIgnoreFile(gitignorePath), { - ignores: ['**/dist/**', '**/.node_modules/**', '**/coverage/**'], + ignores: ['**/dist/**', '**/.node_modules/**', '**/coverage/**', '/.github/**'], + files: [ + "**/*.ts", + "**/*.cts", + "**.*.mts", + "**/*.ts" + ] }, { languageOptions: {