Skip to content

Commit 9957a7f

Browse files
committed
chore(xo): fix new XO error
1 parent c0ca828 commit 9957a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/test/test-creation.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import helpers from 'yeoman-test';
55
import yoAssert from 'yeoman-assert';
66
import Promise from 'bluebird';
77

8-
Promise.promisifyAll(fs);
8+
Promise.promisifyAll(fs); // eslint-disable-line no-use-extend-native/no-use-extend-native
99

1010
const TEST_DIR = __dirname;
1111
const DEBUG = process.env.DEBUG || false;

0 commit comments

Comments
 (0)