Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Dec 20, 2016
1 parent 2d7f8a7 commit 70261d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/defaults.js
@@ -1,4 +1,4 @@
import { lstatSync, readdirSync, readFileSync, realpathSync } from './fs.js';
import { lstatSync, readdirSync, readFileSync, realpathSync } from './fs.js'; // eslint-disable-line
import { basename, dirname, isAbsolute, resolve } from './path.js';
import { blank } from './object.js';

Expand Down

0 comments on commit 70261d0

Please sign in to comment.