Skip to content

Commit 6aacaaf

Browse files
style: Reformat with single-quote.
1 parent da19dd6 commit 6aacaaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
var path = require("path");
2-
var DtsCreator = require("typed-css-modules");
3-
var loaderUtils = require("loader-utils");
1+
var path = require('path');
2+
var DtsCreator = require('typed-css-modules');
3+
var loaderUtils = require('loader-utils');
44

55
module.exports = function(source, map) {
66
this.cacheable && this.cacheable();
@@ -29,7 +29,7 @@ module.exports = function(source, map) {
2929
// Emit the created content as well
3030
this.emitFile(
3131
path.relative(context, content.outputFilePath),
32-
content.contents || [""],
32+
content.contents || [''],
3333
map
3434
);
3535
}

0 commit comments

Comments
 (0)