Merge pull request #302 from CesiumGS/update-prettier

Update prettier
This commit is contained in:
Matthew Amato 2024-01-03 11:16:41 -05:00 committed by GitHub
commit ce0c36e281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)": [