Fix trailing comma (#247)

* added .prettierrc.json
* modified:   .gitignore
* yarn run format
* fix check format workflow
This commit is contained in:
Raghavan
2024-02-11 14:11:16 +05:30
committed by GitHub
parent 6348755d36
commit 862f16b20a
16 changed files with 1318 additions and 1273 deletions

View File

@@ -10,14 +10,14 @@
new Cropper(img);
} catch (e) {
console.error(
"Cropper not loaded - please install 4. CropperJS from CommunityScripts",
"Cropper not loaded - please install 4. CropperJS from CommunityScripts"
);
}
try {
stash.getVersion();
} catch (e) {
console.error(
"Stash not loaded - please install 1. stashUserscriptLibrary from CommunityScripts",
"Stash not loaded - please install 1. stashUserscriptLibrary from CommunityScripts"
);
}
@@ -52,7 +52,7 @@
"d-flex",
"flex-row",
"justify-content-center",
"align-items-center",
"align-items-center"
);
cropBtnContainer.style.gap = "10px";
cropperModal.appendChild(cropBtnContainer);