Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>eslint-disable-typescript-snippetsNew to Visual Studio Code? Get it now.
eslint-disable-typescript-snippets

eslint-disable-typescript-snippets

Arthur Neuman

|
1 install
| (0) | Free
Snippets for disabling @typescript-eslint rules
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

eslint-disable-typescript-snippets

Snippets for ignoring @typescript-eslint rules for a block, the current line, or the next line.

  1. Start typing tslint-disable in a file to trigger the snippet autocomplete. Supported Languages: javascript/typescript javascriptreact / typescriptreact vue
  2. Type the @typescript-eslint rule you want to disable or leave empty to disable all rules.
  3. Press tab to drop your cursor at a helpful position.
  4. Press ctrl+↓(win) option+↓(mac) to move the current line down. This is useful if you are wrapping a block of code.

Block disable in use

Credit

This extension is based on the original eslint-disable-snippets by drKnoxy. Please consider installing both extensions to get the full set of core ESLint and @typescript-eslint rule snippets.

Original extension: https://marketplace.visualstudio.com/items?itemName=drKnoxy.eslint-disable-snippets

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft