Skip to content

Commit

Permalink
Merge pull request #1310 from jeetiss/fix/no-semicolon
Browse files Browse the repository at this point in the history
add semicolon before iife
  • Loading branch information
theKashey committed Jul 25, 2019
2 parents b3835e7 + dbe48b5 commit 980ab8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Expand Up @@ -10,4 +10,5 @@ index.js
patch.js
root.js
test/hot/react-dom
coverage
coverage
src/webpack/webpackTagCommonJSExports.js
2 changes: 1 addition & 1 deletion src/webpack/webpackTagCommonJSExports.js
@@ -1,7 +1,7 @@
/* eslint-disable global-require, import/no-unresolved, no-var, camelcase, func-names */
/* global __FILENAME__, reactHotLoaderGlobal */

(function register() {
;(function register() {
// eslint-disable-line no-extra-semi
/* react-hot-loader/webpack */
var safe_require = function() {
Expand Down

0 comments on commit 980ab8d

Please sign in to comment.