Created
October 16, 2019 16:52
-
-
Save heaversm/6c65d166bb1d8341744bbdedc6fc98eb to your computer and use it in GitHub Desktop.
ESLint helpful notes and commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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