Skip to content

Commit

Permalink
chore: Fix eslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zimme committed Feb 14, 2018
1 parent 63f621f commit c8c077b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/format-files.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* eslint no-console:0 */
/* eslint complexity:[1, 7] */
import path from "path";
import fs from "fs";
import glob from "glob";
Expand Down

0 comments on commit c8c077b

Please sign in to comment.