https://github.com/ntnyq/eslint-command
VSCode ESLint Command
https://github.com/ntnyq/eslint-command
Last synced: about 2 months ago
JSON representation
VSCode ESLint Command
- Host: GitHub
- URL: https://github.com/ntnyq/eslint-command
- Owner: ntnyq
- License: mit
- Created: 2024-09-06T16:31:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-11T12:56:06.000Z (2 months ago)
- Last Synced: 2025-08-11T14:36:01.291Z (2 months ago)
- Language: TypeScript
- Size: 574 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-command
[](https://github.com/ntnyq/eslint-command/actions)
[](https://marketplace.visualstudio.com/items?itemName=ntnyq.eslint-command)
[](https://github.com/ntnyq/eslint-command/blob/main/LICENSE)> 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
- [antfu/eslint-plugin-command](https://github.com/antfu/eslint-plugin-command)
## License
[MIT](./LICENSE) License © 2024-PRESENT [ntnyq](https://github.com/ntnyq)