Skip to content

Commit

Permalink
Merge branch 'main' into add-file-tree-to-file-view-page
Browse files Browse the repository at this point in the history
  • Loading branch information
kerwin612 authored Dec 6, 2024
2 parents 3064594 + ff14ada commit 7229b60
Show file tree
Hide file tree
Showing 7 changed files with 979 additions and 805 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ rules:
no-jquery/no-data: [0]
no-jquery/no-deferred: [2]
no-jquery/no-delegate: [2]
no-jquery/no-done-fail: [2]
no-jquery/no-each-collection: [0]
no-jquery/no-each-util: [0]
no-jquery/no-each: [0]
Expand All @@ -538,6 +539,7 @@ rules:
no-jquery/no-find-util: [2]
no-jquery/no-find: [0]
no-jquery/no-fx-interval: [2]
no-jquery/no-fx: [2]
no-jquery/no-global-eval: [2]
no-jquery/no-global-selector: [0]
no-jquery/no-grep: [2]
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ _testmain.go
*.exe
*.test
*.prof
*.tsbuildInfo

*coverage.out
coverage.all
Expand Down
Loading

0 comments on commit 7229b60

Please sign in to comment.