eslint-command

VSCode support for eslint-plugin-command.
Features
- Insert ESLint command via VSCode command
- Add annotations for ESLint command
- Complete ESLint command, triggers:
Commands
Command |
Title |
eslint-command.insert-command |
ESLint Command: Insert Command |
Configs
Key |
Description |
Type |
Default |
eslint-command.annotation |
ESLint command annotation |
object |
{ "before": { "contentText": "🚀", "margin": "0 0.5em 0 0" }, "color": "rgb(255, 189, 42)", "cursor": "pointer" } |
eslint-command.commands |
User custom commands |
array |
[] |
eslint-command.completion |
Enable completion |
boolean |
true |
eslint-command.enable |
Enable extension |
boolean |
true |
eslint-command.languages |
Languages to enable command decorations |
array |
["javascript","javascriptreact","markdown","typescript","typescriptreact"] |
Links
License
MIT License © 2024-PRESENT ntnyq
| |