This commit is contained in:
Stian Lund 2021-02-09 14:30:58 +01:00
parent f2cfad589b
commit 99118c0f75
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored Executable file
View File

@ -0,0 +1,2 @@
node_modules/
*.swp

4
.prettierrc Executable file
View File

@ -0,0 +1,4 @@
{
singleQuote: true,
bracketSpacing: true
}