Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Feb 10, 2024
1 parent f582ebd commit 48fe7c5
Show file tree
Hide file tree
Showing 19 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Documentation/Function/Configuration.configuration.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Documentation/Function/Configuration.readFile.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Documentation/Function/Configuration.resolve.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Documentation/Function/Integration.Merge.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Documentation/Function/Integration.integration.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Documentation/Interface/Configuration.Type.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Documentation/Interface/Integration.Type.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Documentation/Interface/Option.Type.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Documentation/Module/Biome.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Documentation/Module/Configuration.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Documentation/Module/Integration.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Documentation/Module/Option.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Documentation/Type/Biome.Type.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Documentation/Variable/Biome.biome.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Documentation/Variable/Integration.Default.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Documentation/Variable/Option.option.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Documentation/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Source/Function/Integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default ((...[_Option = {}]: Parameters<Type>) => {

const _Biome = await (
await import("@biomejs/js-api")
).Rome.create({
).Biome.create({
distribution: (await import("@biomejs/js-api")).Distribution
.NODE,
});
Expand Down
2 changes: 1 addition & 1 deletion Target/Function/Integration.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 48fe7c5

Please sign in to comment.