Skip to content

Commit

Permalink
Merge pull request #1052 from savetheclocktower/tree-view-refactor-at…
Browse files Browse the repository at this point in the history
…tempt-2

Rewrite `tree-view.js`
  • Loading branch information
savetheclocktower authored Jul 14, 2024
2 parents 3c93cf0 + 22f1943 commit 887e769
Show file tree
Hide file tree
Showing 5 changed files with 2,323 additions and 2,688 deletions.
8 changes: 8 additions & 0 deletions packages/tree-view/lib/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"rules": {
"node/no-unpublished-require": "off",
"node/no-extraneous-require": "off",
"no-unused-vars": "off",
"no-empty": "off"
}
}
Loading

0 comments on commit 887e769

Please sign in to comment.