Skip to content

Instantly share code, notes, and snippets.

@philmander
Last active November 14, 2022 15:41
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 philmander/ca2143b30b3032c67f88eb3636daecaa to your computer and use it in GitHub Desktop.
Save philmander/ca2143b30b3032c67f88eb3636daecaa to your computer and use it in GitHub Desktop.
ESLint Cheatsheet
parseInt(10); // eslint-disable-line rule-name
// eslint disable-next-line rule-name
x = parseInt(10);
/* eslint-disable rule-name */
x++;
/* eslint-enable rule-name */
/* global Polymer, Foo */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment