Skip to content

Instantly share code, notes, and snippets.

@danivijay
Created December 31, 2018 11:31
Show Gist options
  • Save danivijay/a0460fd5094acc8ec9c07a57a732d216 to your computer and use it in GitHub Desktop.
Save danivijay/a0460fd5094acc8ec9c07a57a732d216 to your computer and use it in GitHub Desktop.
VS Code snippet to disable ESLint
"jsx_eslint_disable": {
"prefix": "eslint_disable_jsx",
"body": ["{/* eslint-disable */}", "{/* eslint-enable */}"],
"description": "Eslint Disable for JSX"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment