Created
July 13, 2018 17:12
-
-
Save meandavejustice/fe0f58731201b0c0c209597cb13c0914 to your computer and use it in GitHub Desktop.
This file contains 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
> eslint addon --ext=js,jsx | |
/mnt/c/Users/Dave Justice/Code/email-tabs/addon/background.js | |
142:3 error Function 'loginInterrupt' expected no return value consistent-return | |
/mnt/c/Users/Dave Justice/Code/email-tabs/addon/emailTemplates.jsx | |
13:15 error 'React' is not defined react/jsx-no-undef | |
30:22 error 'React' is not defined react/jsx-no-undef | |
42:16 error 'React' is not defined react/jsx-no-undef | |
47:15 error 'React' is not defined react/jsx-no-undef | |
✖ 5 problems (5 errors, 0 warnings) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment