Skip to content

Commit

Permalink
use strict
Browse files Browse the repository at this point in the history
  • Loading branch information
jalal246 committed Mar 5, 2020
1 parent f272737 commit 765e20b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/packageSorter.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* eslint-disable strict */

"use strict";

const getCoreName = require("corename");

let sorted;
Expand Down

0 comments on commit 765e20b

Please sign in to comment.