This commit is contained in:
C85297 2026-02-03 13:06:47 +00:00
parent e76701961e
commit a541b4fa1e
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,6 @@ export default [
"maxBOF": 0
}],
"no-whitespace-before-property": "error",
"operator-linebreak": ["error", "after"],
"space-in-parens": "error",
"no-var": "error",
"prefer-const": "error",

View File

@ -89,6 +89,7 @@ export function generateQrCode(
type: format,
size: moduleSize,
margin: margin,
// eslint-disable-next-line camelcase
ec_level: errorCorrection.charAt(0).toUpperCase(),
});
} catch (err) {