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
Opposite to no-module-imports, imports from modules could be enforced. Also, the standard namespaces (O, TE, RNEA etc) could be enforced (eg import * as O from "fp-ts/Option").
The text was updated successfully, but these errors were encountered:
Opposite to
no-module-imports
, imports from modules could be enforced. Also, the standard namespaces (O
,TE
,RNEA
etc) could be enforced (egimport * as O from "fp-ts/Option"
).The text was updated successfully, but these errors were encountered: