mirror of
https://github.com/mue/mue.git
synced 2026-07-21 16:04:22 +02:00
chore: run lint and prettier
This commit is contained in:
@@ -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 };
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user