Skip to content

Commit

Permalink
Merge branch 'wvanderp:master' into webcam-direction
Browse files Browse the repository at this point in the history
  • Loading branch information
wmbr authored Nov 17, 2023
2 parents 9ebd1f6 + 6b70eb1 commit ee97ddb
Show file tree
Hide file tree
Showing 10 changed files with 414,242 additions and 90,757 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
"unicorn/prefer-module": "off",
"function-paren-newline": "off",
"@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }],
"unicorn/prefer-top-level-await": "off"
"unicorn/prefer-top-level-await": "off",
"prefer-const": "error"
}
}
11 changes: 8 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{
"cSpell.words": [
"automagically",
"camelcase",
"CartoCams",
"compat",
"fourofour",
"linebreak",
"nocheck",
"Nominatim",
"overpassql",
"paren",
"plusplus",
"popperjs",
"sonarjs",
"youtubedl",
"CartoCams",
"wvdp",
"youtu.be",
"automagically"
"youtubedl"
]
}
Loading

0 comments on commit ee97ddb

Please sign in to comment.