More eslint tweaks
This commit is contained in:
20
pug-opts.js
20
pug-opts.js
@@ -1,11 +1,11 @@
|
||||
{
|
||||
pretty: true,
|
||||
filters: {
|
||||
browserify: function (text, options) {
|
||||
return require('child_process').execSync(
|
||||
`./node_modules/.bin/browserify - --basedir src/js`,
|
||||
{input: text}
|
||||
).toString()
|
||||
module.exports = {
|
||||
pretty: true,
|
||||
filters: {
|
||||
browserify: function(text, _options) {
|
||||
return require("child_process").execSync(
|
||||
`./node_modules/.bin/browserify - --basedir src/js`,
|
||||
{ input: text }
|
||||
).toString();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user