cursorless
cursorless copied to clipboard
Enforce consistent type exports
If you want to enforce your suggested style I'd recommend enabling @typescript-eslint/consistent-type-exports.
We'd like to use
{fixMixedExportsWithInlineTypeSpecifier: true}
Originally posted by @auscompgeek in https://github.com/cursorless-dev/cursorless/pull/1829#discussion_r1312975179
Given the decision in #2618 for import type, would we prefer exports to follow that style for consistency?
Yes fair point