Snowtrack / snowfs

Avoid using wildcard imports JS-C1003
Anti-pattern
Minor
2 occurrences in this check
Explicitly import the specific method needed
  1/* eslint-disable max-len */
  2import * as fse from 'fs-extra';
  3
  4import * as readline from 'readline';  5import {
  6  isAbsolute, join, resolve, relative, normalize,
  7} from './src/path';
Explicitly import the specific method needed
  1/* eslint-disable max-len */
  2import * as fse from 'fs-extra';  3
  4import * as readline from 'readline';
  5import {