Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 21, 2023
1 parent c0ba042 commit 55344c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @module Configuration
*
*/
export default async (_File: string) => {
try {
return (
Expand Down
2 changes: 1 addition & 1 deletion Source/Variable/Biome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
*/
export default JSON.parse(
await (await import("../Function/Config.js")).default("biome.json")
await (await import("../Function/Configuration.js")).default("biome.json")
) satisfies Type;

import type Type from "../Interface/Biome.js";

0 comments on commit 55344c6

Please sign in to comment.