1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00

fix eslint

This commit is contained in:
ido 2015-02-12 10:08:05 +02:00
parent 65c80c1c3e
commit 913e4d99fa

View File

@ -35,7 +35,7 @@ function convertFile(source, target, options, context) {
fs.writeFileSync(target, js);
}
if (shouldAddName) {
delete options.name;
delete options.name;
}
}