eslint: no-extra-semi

This commit is contained in:
Alex Gleason
2021-08-03 14:22:51 -05:00
parent 48fc06b16b
commit 5548644bd6
110 changed files with 481 additions and 480 deletions

View File

@ -215,4 +215,4 @@ if (problems.length > 0) {
})) {
process.exit(1);
}
};
}