Skip to content

Commit

Permalink
Try to fix Node v4 errors by adding "use strict"
Browse files Browse the repository at this point in the history
  • Loading branch information
krister committed Jul 9, 2017
1 parent 08df200 commit 75080be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions babel-jest.js
@@ -1,3 +1,5 @@
"use strict"; // eslint-disable-line

/**
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
*
Expand Down
2 changes: 2 additions & 0 deletions jest-setup.js
@@ -1,3 +1,5 @@
"use strict"; // eslint-disable-line

const _ = require("lodash");
const stylelint = require("stylelint");

Expand Down

0 comments on commit 75080be

Please sign in to comment.