mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-12 19:41:51 -05:00
Fix trailing comma (#247)
* added .prettierrc.json * modified: .gitignore * yarn run format * fix check format workflow
This commit is contained in:
@@ -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
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user