eslint-command
February 15, 2025 ยท View on GitHub
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"] |