Fixed EOL issue to always be LF

This commit is contained in:
Dustin Brett 2021-02-20 21:16:53 -08:00
parent d95c33a5bb
commit c739c0981e
4 changed files with 6 additions and 3 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
* text=auto eol=lf

View File

@ -1,7 +1,9 @@
import StyledStartButton from 'styles/components/system/Taskbar/StyledStartButton';
const StartButton = (): JSX.Element => (
<StyledStartButton type="button" title="Start">X</StyledStartButton>
<StyledStartButton type="button" title="Start">
X
</StyledStartButton>
);
export default StartButton;

View File

@ -19,7 +19,7 @@
- Remove unneeded vantaWaves desktopRef type
- Check if desktopRef isn't null
- Rename desktopRef and pass as element in WallpaperEffect
- Stop using *.d.ts for styled as it isn't checking types
- Stop using \*.d.ts for styled as it isn't checking types
- https://www.typescriptlang.org/tsconfig#skipLibCheck
- Add WallpaperEffect type to styled.ts
- Use eslint prettier plugin

View File

@ -10,7 +10,7 @@ const fonts = {
clock: {
size: '12px'
}
}
};
const sizes = {
clock: {