Skip to content

Commit

Permalink
Merge branch 'develop' into wifi-scanning-qol
Browse files Browse the repository at this point in the history
* develop:
  build(deps-dev): Bump the npm-dependencies group in /WebUI with 11 updates (#127)
  Remove loop() behaviour from code (#123)
  Check if link code is proper length + use numeric input (#124)
  • Loading branch information
hhvrc committed Nov 27, 2023
2 parents ac69ab7 + cef8b64 commit 1e10802
Show file tree
Hide file tree
Showing 13 changed files with 7,946 additions and 7,877 deletions.
5 changes: 4 additions & 1 deletion WebUI/.prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"printWidth": 256,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
"overrides": [
{ "files": "*.svelte", "options": { "parser": "svelte" } },
{ "files": "package*.json", "options": { "tabWidth": 2, "useTabs": true } }
]
}
Loading

0 comments on commit 1e10802

Please sign in to comment.