mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-13 20:00:05 +01:00
Added Eslint and husky (#1062)
This commit is contained in:
@@ -25,7 +25,7 @@ module.exports = function DoNothing(options,UI) {
|
||||
|
||||
|
||||
// Tell Image Sequencer that this step is complete
|
||||
options.step.qrval = (decoded)?decoded.data:"undefined";
|
||||
options.step.qrval = (decoded)?decoded.data:'undefined';
|
||||
});
|
||||
|
||||
function output(image, datauri, mimetype){
|
||||
@@ -49,5 +49,5 @@ module.exports = function DoNothing(options,UI) {
|
||||
draw: draw,
|
||||
output: output,
|
||||
UI: UI
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user