Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
fix(matterbridge): patch NodeAnsiLogger until fix is provided by matt…
Browse files Browse the repository at this point in the history
…erbridge (#262)
  • Loading branch information
t0bst4r committed Aug 14, 2024
1 parent a7c59c1 commit 09b8914
Show file tree
Hide file tree
Showing 4 changed files with 1,682 additions and 3,397 deletions.
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
CHANGELOG.md
dist/
node_modules/
lib/
.nx/
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = [
...tseslint.configs.recommended,
prettier,
{
ignores: ['*.config.js', '**/lib/'],
ignores: ['.nx/', '*.config.js', '**/node_modules/', '**/lib/', '**/dist/'],
},
{
rules: {
Expand Down
Loading

0 comments on commit 09b8914

Please sign in to comment.