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 46390aa commit 304e79cCopy full SHA for 304e79c
1 file changed
index.js
@@ -2,7 +2,7 @@ var parser = require('posthtml-parser');
2
var fs = require('fs');
3
var path = require('path');
4
5
-module.exports = function (options) {
+module.exports = function(options) {
6
options = options || {};
7
options.root = options.root || './';
8
options.encoding = options.encoding || 'utf-8';
0 commit comments