Skip to content

Commit

Permalink
add file to prettier ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jeetiss committed Jul 25, 2019
1 parent a8910ad commit dbe48b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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 dbe48b5

Please sign in to comment.