mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-13 05:31:37 +08:00
Fixed ESlint errors
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = {
|
||||
drawBoundingBox: false,
|
||||
showFrequency: false,
|
||||
drawScanline: false,
|
||||
showPattern: false,
|
||||
showPattern: false
|
||||
}
|
||||
},
|
||||
locator: {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
let config;
|
||||
|
||||
if(ENV.development){
|
||||
if (ENV.development){
|
||||
config = require('./config.dev.js');
|
||||
} else if (ENV.node) {
|
||||
config = require('./config.node.js');
|
||||
|
||||
@@ -20,6 +20,6 @@ module.exports = {
|
||||
},
|
||||
locator: {
|
||||
halfSample: true,
|
||||
patchSize: "medium", // x-small, small, medium, large, x-large
|
||||
patchSize: "medium" // x-small, small, medium, large, x-large
|
||||
}
|
||||
};
|
||||
|
||||
@@ -26,6 +26,6 @@ module.exports = {
|
||||
},
|
||||
locator: {
|
||||
halfSample: true,
|
||||
patchSize: "medium", // x-small, small, medium, large, x-large
|
||||
patchSize: "medium" // x-small, small, medium, large, x-large
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user