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 c0ca828 commit 9957a7fCopy full SHA for 9957a7f
src/test/test-creation.js
@@ -5,7 +5,7 @@ import helpers from 'yeoman-test';
5
import yoAssert from 'yeoman-assert';
6
import Promise from 'bluebird';
7
8
-Promise.promisifyAll(fs);
+Promise.promisifyAll(fs); // eslint-disable-line no-use-extend-native/no-use-extend-native
9
10
const TEST_DIR = __dirname;
11
const DEBUG = process.env.DEBUG || false;
0 commit comments