We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
[email protected]:tjx666/vscode-clipboard-master.git
pnpm install
src/features/copyAsMarkdownCodeBlock.ts
The text was updated successfully, but these errors were encountered:
Seems like it might be a duplicate of #2685?
Sorry, something went wrong.
No branches or pull requests
config:
the extends project: https://github.com/tjx666/eslint-config/tree/main/packages/typescript
Reproduce:
[email protected]:tjx666/vscode-clipboard-master.git
pnpm install
src/features/copyAsMarkdownCodeBlock.ts
2023-01-29.01.38.06.mov
The text was updated successfully, but these errors were encountered: