We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7942c commit cae95e0Copy full SHA for cae95e0
1 file changed
src/index.js
@@ -1,6 +1,7 @@
1
/* eslint no-console: 0 */
2
/* eslint max-len: 0 */
3
import path from 'path';
4
+import fs from 'fs';
5
6
import program from 'commander';
7
import minimatch from 'minimatch';
0 commit comments