Skip to content

Commit 4dc6210

Browse files
ryanbas21claude
andcommitted
chore: exclude repos/ from eslint
The vendored Effect subtree should not be linted. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9353fdf commit 4dc6210

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export default [
2525
'**/functions/**',
2626
'**/codegen/**',
2727
'apps/**',
28+
'repos/**',
2829
],
2930
},
3031
...compat.extends('plugin:@typescript-eslint/recommended', 'plugin:prettier/recommended'),

0 commit comments

Comments
 (0)