mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2024-11-23 08:34:14 -05:00
Update prettier
This commit is contained in:
parent
a5559a572b
commit
45bf79e04f
@ -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;
|
||||
|
@ -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)": [
|
||||
|
Loading…
Reference in New Issue
Block a user