Merge pull request #3076 from ApamNapat/turned_two_eslint_rules_on

Trailing whitespace and files not ending with \n are now illegal
This commit is contained in:
hydroflame
2022-03-10 22:12:17 -05:00
committed by GitHub
12 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -288,4 +288,4 @@ function LogWindow(props: IProps): React.ReactElement {
</Paper>
</Draggable>
);
}
}