Skip to content

Instantly share code, notes, and snippets.

@heaversm
Created October 16, 2019 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heaversm/6c65d166bb1d8341744bbdedc6fc98eb to your computer and use it in GitHub Desktop.
Save heaversm/6c65d166bb1d8341744bbdedc6fc98eb to your computer and use it in GitHub Desktop.
ESLint helpful notes and commands
//disables the current line:
// eslint-disable-line
//at top of file, disables linting on the entire file:
/* eslint-disable */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment