Now handles top level files and recursive files in folders. Set max line length to be 100
6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
module.exports = function (options) {
|
|
return {
|
|
options: options,
|
|
};
|
|
};
|