Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ coverage
!.vscode/extensions.json

# Editor config files
.prettierrc
.editorconfig

18 changes: 18 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Dependencies
node_modules

# Build output
dist
build
coverage

# Lock files
yarn.lock
package-lock.json

# Editor directories
.vscode
.idea

# Misc
.DS_Store
10 changes: 10 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"semi": true,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 4,
"useTabs": false,
"arrowParens": "avoid",
"endOfLine": "lf"
}
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"recommendations": [
"dbaeumer.vscode-eslint"
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}
Binary file removed backup/.DS_Store
Binary file not shown.
11 changes: 0 additions & 11 deletions backup/brandstory_milestones/bild-bild.de

This file was deleted.

11 changes: 0 additions & 11 deletions backup/brandstory_milestones/welt.de

This file was deleted.

52 changes: 0 additions & 52 deletions backup/brandstory_scrolldepth/bild-bild.js

This file was deleted.

60 changes: 0 additions & 60 deletions backup/brandstory_scrolldepth/welt.js

This file was deleted.

Loading