Update prettier

This commit is contained in:
ankittre2000 2024-01-02 08:57:05 -05:00
parent a5559a572b
commit 45bf79e04f
2 changed files with 3 additions and 3 deletions

View File

@ -70,8 +70,8 @@ function loadMtl(mtlPath, options) {
const ambientTextureOptions = defined(overridingAmbientTexture)
? undefined
: options.packOcclusion
? decodeOptions
: undefined;
? decodeOptions
: undefined;
const specularTextureOptions = defined(overridingSpecularTexture)
? undefined
: decodeOptions;

View File

@ -47,7 +47,7 @@
"jsdoc": "^4.0.0",
"lint-staged": "^15.0.2",
"nyc": "^15.1.0",
"prettier": "3.0.3"
"prettier": "3.1.1"
},
"lint-staged": {
"*.(js|ts)": [