You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm starting out a new project using flow and preact. The only way to make flow play nice with preact is to add // @jsx h to all my source files. It feels pretty silly to have to add the exact same flags to all my source files. It should be possible to set this globally in .flowconfig.
For example:
[options]
jsx.pragma=h
The text was updated successfully, but these errors were encountered:
I'm starting out a new project using flow and preact. The only way to make flow play nice with preact is to add
// @jsx h
to all my source files. It feels pretty silly to have to add the exact same flags to all my source files. It should be possible to set this globally in.flowconfig
.For example:
The text was updated successfully, but these errors were encountered: