Open
Description
openedon Jan 28, 2023
config:
{
"extends": "@yutengjing/eslint-config-typescript",
"rules": {
"import/order": [
"error",
{
"alphabetize": { "order": "asc", "caseInsensitive": true },
"groups": ["builtin", "external", ["parent", "sibling", "index"]],
"newlines-between": "always"
}
]
}
}
the extends project: https://github.com/tjx666/eslint-config/tree/main/packages/typescript
Reproduce:
- git clone
git@github.com:tjx666/vscode-clipboard-master.git
pnpm install
- open
src/features/copyAsMarkdownCodeBlock.ts
- try adjust import order, see following
2023-01-29.01.38.06.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels