Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed Jul 27, 2019
1 parent 6089822 commit 43fc5fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/proxy/createClassProxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ function createClassProxy(InitialComponent, proxyKey, options = {}) {
! THIS IS NOT YOUR COMPONENT !
! THIS IS REACT-HOT-LOADER !
And you probably looking for a function component of yours
Easy - just reconfigure your application a bit
And you are probably looking for a function component of yours
It's hidden, but there is a way to fix this - just reconfigure your application a bit
see https://github.com/gaearon/react-hot-loader/issues/1311
*/
Expand Down
2 changes: 1 addition & 1 deletion src/webpack/webpackTagCommonJSExports.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable global-require, import/no-unresolved, no-var, camelcase, func-names */
/* eslint-disable global-require, import/no-unresolved, no-var, camelcase, func-names, no-void */
/* global __FILENAME__, reactHotLoaderGlobal */

void (function register() {
Expand Down

0 comments on commit 43fc5fd

Please sign in to comment.