style: run eslint and prettier
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
export function getDeveloperToggle() {
|
||||
const value = localStorage.getItem("developer")
|
||||
const value = localStorage.getItem("developer");
|
||||
const state = $state({
|
||||
current: value == null ? "false" : value
|
||||
current: value == null ? "false" : value,
|
||||
});
|
||||
|
||||
$effect(() => {
|
||||
@ -9,4 +9,4 @@ export function getDeveloperToggle() {
|
||||
});
|
||||
|
||||
return state;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user