Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: codeclimate and eslintignore settings
  • Loading branch information
profanis committed Aug 30, 2024
commit f8535cbb00b6524208100c260409bc027ff92e03
1 change: 1 addition & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ exclude_patterns:
- 'integrations/'
- 'integration/'
- 'tools/'
- 'tutorials/'
ratings:
paths:
- 'packages/**/**.ts'
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
**/*.spec.ts
packages/store/types/.eslintrc.js
node_modules/
Loading