Commit cef84979 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

(Temporarily) ignore TS errors in `useRootThread`

parent d9c9d5db
......@@ -23,7 +23,7 @@
"sidebar/store/modules/*.js",
"sidebar/services/*.js",
"sidebar/util/*.js",
"sidebar/store/*.js",
"sidebar/store/*.js"
],
"exclude": [
// Enable this once the rest of `src/sidebar` is checked.
......@@ -31,6 +31,7 @@
// Files in `src/sidebar/components` that may still have errors.
// Remove them from this list as they are resolved.
"sidebar/components/hooks/use-root-thread.js",
"sidebar/components/annotation-action-bar.js",
"sidebar/components/annotation-header.js",
"sidebar/components/annotation-publish-control.js",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment