Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save meandavejustice/fe0f58731201b0c0c209597cb13c0914 to your computer and use it in GitHub Desktop.
Save meandavejustice/fe0f58731201b0c0c209597cb13c0914 to your computer and use it in GitHub Desktop.
> 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