cursorless/packages/cursorless-neovim
Andreas Arvidsson 6b87f2f4d0
consistent-type-imports rule (#2619)
related #2618
revives https://github.com/cursorless-dev/cursorless/pull/1832

vscode quick fix import and auto import appears to be doing the right
thing in regards to type only or runtime imports. Imports organize or
imports fix unfortunately do not convert a runtime import to a type
import if it's only used as a type. We probably need to rely on the
linter to do that part for us.

## Checklist

- [/] I have added
[tests](https://www.cursorless.org/docs/contributing/test-case-recorder/)
- [/] I have updated the
[docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and
[cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet)
- [/] I have not broken the cheatsheet

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2024-08-02 06:34:35 +00:00
..
scripts Cursorless in neovim / terminal (#2256) 2024-07-26 12:45:59 +00:00
src consistent-type-imports rule (#2619) 2024-08-02 06:34:35 +00:00
package.json Cursorless in neovim / terminal (#2256) 2024-07-26 12:45:59 +00:00
TERMINOLOGY.md Cursorless in neovim / terminal (#2256) 2024-07-26 12:45:59 +00:00
tsconfig.json Cursorless in neovim / terminal (#2256) 2024-07-26 12:45:59 +00:00