New prittier rule. No trailing commas.

This commit is contained in:
Lucid Kobold
2021-12-29 09:03:35 -06:00
parent c56dbb96d4
commit b44021effa
15 changed files with 118 additions and 115 deletions

View File

@@ -22,14 +22,14 @@ const DateRoute: React.FC<unknown> = () => {
return {
year: 0,
month: 0,
day: 0,
day: 0
};
}
const date = {
year: 0,
month: 0,
day: 0,
day: 0
};
if (/^(19|20)\d{2}$/.test(`${dateArr[0]}`)) {