mirror of
https://github.com/supabase/supabase.git
synced 2026-09-09 03:19:36 +08:00
This PR runs `prettier` on the `examples` folder. Depends on https://github.com/supabase/supabase/pull/43849.
7 lines
201 B
TypeScript
7 lines
201 B
TypeScript
/**
|
|
* Prevents Angular change detection from
|
|
* running with certain Web Component callbacks
|
|
*/
|
|
// eslint-disable-next-line no-underscore-dangle
|
|
;(window as any).__Zone_disable_customElements = true
|