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

@@ -128,7 +128,7 @@ function main() {
" to " +
name +
" " +
ID,
ID
);
}
for (var o = 0; o < defaultPerformers.length; o++) {
@@ -138,7 +138,7 @@ function main() {
" to " +
name +
" " +
ID,
ID
);
}
addStudio
@@ -148,7 +148,7 @@ function main() {
" to " +
name +
" " +
ID,
ID
)
: "";
}
@@ -315,7 +315,7 @@ function addAllData(
defaultData,
pTags,
pPerformers,
pStudio,
pStudio
) {
if (obj) {
if (obj.paths) {
@@ -367,7 +367,7 @@ function addAllData(
defaultData,
pTags,
pPerformers,
pStudio,
pStudio
);
}
}