Skip to content

Instantly share code, notes, and snippets.

@zgid123
Last active January 28, 2021 02:45
Show Gist options
  • Select an option

  • Save zgid123/e32744e91d3c319f812903fa05d9e2e6 to your computer and use it in GitHub Desktop.

Select an option

Save zgid123/e32744e91d3c319f812903fa05d9e2e6 to your computer and use it in GitHub Desktop.
Regex find all comments for vscode

find all comments except for eslint comments

/((([^\w\d:;\t\r\n]\s?)|^\s?)\/\/\s?(?!.*(eslint-disable)).+)|(\/\*((.|\n)((?!(eslint-(disable|enable)))))+?(?=\*\/)\*\/)/gm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment