diff --git a/packages/brian/.prettierignore b/packages/brian/.prettierignore
new file mode 100644
index 00000000000..0df7141f7d5
--- /dev/null
+++ b/packages/brian/.prettierignore
@@ -0,0 +1 @@
+config/config.js
diff --git a/packages/brian/config/config.js b/packages/brian/config/config.js
index f81251003cc..4ceb1de7312 100644
--- a/packages/brian/config/config.js
+++ b/packages/brian/config/config.js
@@ -16,30 +16,24 @@ export default {
],
options: [
// Constants
- { id: "frontArmholeExtra", val: 5, type: "constant" },
- { id: "shoulderSlopeReduction", val: 0, type: "constant" },
- { id: "sleevecapEase", val: 5, type: "constant" },
- { id: "collarFactor", val: 4.8, type: "constant" },
+ { id: "shoulderSlopeReduction", val: 0, type: "constant" },
+ { id: "sleevecapEase", val: 5, type: "constant" },
+ { id: "collarFactor", val: 4.8, type: "constant" },
// Measures
- { id: "shoulderEase", val: 0, min: -20, max: 60 },
- { id: "cuffEase", val: 45, min: 0, max: 100 },
- { id: "lengthBonus", val: 0, min: -40, max: 120 },
- { id: "sleeveLengthBonus", val: 0, min: -40, max: 80 },
+ { id: "shoulderEase", val: 0, min: -20, max: 60 },
+ { id: "cuffEase", val: 45, min: 0, max: 100 },
+ { id: "lengthBonus", val: 0, min: -40, max: 120 },
+ { id: "sleeveLengthBonus", val: 0, min: -40, max: 80 },
// Percentages
- { id: "chestEase", val: 8, type: "%", min: -4, max: 20 },
- { id: "collarEase", val: 3.5, type: "%", min: 0, max: 10 },
- { id: "bicepsEase", val: 15, type: "%", min: 0, max: 100 },
- { id: "backNeckCutout", val: 5, type: "%", min: 2, max: 8 },
- { id: "acrossBackFactor", val: 96, type: "%", min: 93, max: 99 },
- { id: "armholeDepthFactor", val: 50, type: "%", min: 35, max: 65 },
- {
- id: "sleevecapHeightFactor",
- val: 55,
- type: "percentage",
- min: 35,
- max: 75
- }
+ { id: "frontArmholeDeeper", val: 1, type: "%" },
+ { id: "chestEase", val: 8, type: "%", min: -4, max: 20 },
+ { id: "collarEase", val: 3.5, type: "%", min: 0, max: 10 },
+ { id: "bicepsEase", val: 15, type: "%", min: 0, max: 100 },
+ { id: "backNeckCutout", val: 5, type: "%", min: 2, max: 8 },
+ { id: "acrossBackFactor", val: 96, type: "%", min: 93, max: 99 },
+ { id: "armholeDepthFactor", val: 50, type: "%", min: 35, max: 65 },
+ { id: "sleevecapHeightFactor", val: 55, type: "%", min: 35, max: 75 }
]
};
diff --git a/packages/brian/index.html b/packages/brian/index.html
index fef537da37a..caca58c5c3d 100644
--- a/packages/brian/index.html
+++ b/packages/brian/index.html
@@ -11,7 +11,6 @@