Skip to content

Commit

Permalink
Merge pull request #119 from lishaduck/pnpm
Browse files Browse the repository at this point in the history
Support PNPM Monorepos
  • Loading branch information
jeffijoe committed Jul 22, 2024
2 parents 7aecb96 + 1860518 commit 6d093fa
Show file tree
Hide file tree
Showing 23 changed files with 596 additions and 473 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:@typescript-eslint/stylistic-type-checked',
'prettier',
],
overrides: [
Expand All @@ -25,6 +26,7 @@ module.exports = {
'error',
{ allow: ['/package\\.json$'] },
],
'@typescript-eslint/array-type': ['error', { default: 'generic' }],
},
},
// Tests
Expand Down
2 changes: 1 addition & 1 deletion .typesyncrc.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# These packages are dev tools and we don't need their typings.
ignorePackages:
# These packages are dev tools and we don't need their typings.
- nodemon
- prettier
- rimraf
Expand Down
Loading

0 comments on commit 6d093fa

Please sign in to comment.