Skip to content

lgiraudel/eslint-disable-snippets

 
 

Repository files navigation

eslint-disable-snippets

Includes snippets for ignoring; a block, the current line, or the next line.

  1. Start typing eslint-disable in a javascript, javascriptreact, or jsx file to trigger the snippet autocomplete.
  2. Type the 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 option+↓ to move the current line down. This is useful if you are wrapping a block of code.

Block disable in use

Contributing

PRs are welcome, issues are not. This is open source software in the extent that you can read the source and install, not in the sense that I owe you anything.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%