eslint-plugin-fp-ts icon indicating copy to clipboard operation
eslint-plugin-fp-ts copied to clipboard

Use module imports

Open thewilkybarkid opened this issue 4 years ago • 0 comments

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").

thewilkybarkid avatar Feb 17 '21 10:02 thewilkybarkid