eslint-command

February 15, 2025 ยท View on GitHub

CI Version License

VSCode support for eslint-plugin-command.

Features

  • Insert ESLint command via VSCode command
  • Add annotations for ESLint command
  • Complete ESLint command, triggers:
    • ///
    • // @

Commands

CommandTitle
eslint-command.insert-commandESLint Command: Insert Command

Configs

KeyDescriptionTypeDefault
eslint-command.annotationESLint command annotationobject{ "before": { "contentText": "๐Ÿš€", "margin": "0 0.5em 0 0" }, "color": "rgb(255, 189, 42)", "cursor": "pointer" }
eslint-command.commandsUser custom commandsarray[]
eslint-command.completionEnable completionbooleantrue
eslint-command.enableEnable extensionbooleantrue
eslint-command.languagesLanguages to enable command decorationsarray["javascript","javascriptreact","markdown","typescript","typescriptreact"]

License

MIT License ยฉ 2024-PRESENT ntnyq