chore: run lint and prettier

This commit is contained in:
David Ralph
2024-03-19 21:45:17 +00:00
parent 57df2ce523
commit 2136f558b9
62 changed files with 225 additions and 145 deletions

View File

@@ -1,4 +1,4 @@
import { getTitleFromUrl } from "./getTitleFromUrl";
import { isValidUrl } from "./isValidUrl";
import { getTitleFromUrl } from './getTitleFromUrl';
import { isValidUrl } from './isValidUrl';
export { getTitleFromUrl, isValidUrl };
export { getTitleFromUrl, isValidUrl };

View File

@@ -1,5 +1,5 @@
import variables from "config/variables";
import ExperimentalInit from "utils/experimental";
import variables from 'config/variables';
import ExperimentalInit from 'utils/experimental';
/**
* It loads the settings from localStorage and applies them to the page.

View File

@@ -1,4 +1,4 @@
import { setDefaultSettings } from "./default";
import { setDefaultSettings } from './default';
/**
* Saves all of the current settings, resets them, sets the defaults and then overrides