Skip to content

Commit

Permalink
ci: ignore python projects for JS/TS linting
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Sep 26, 2024
1 parent d5da9cd commit 0e69a88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ export default tseslint.config(
'node_modules/*',
'package-lock.json',
'public/*',
'scripts/*',
'functions/*',
'jobs/*',
'firebase-export-*',
],
},
);

0 comments on commit 0e69a88

Please sign in to comment.