Skip to content

Commit

Permalink
More config
Browse files Browse the repository at this point in the history
  • Loading branch information
Manel Eljishi authored and Manel Eljishi committed Sep 11, 2024
1 parent e1f8464 commit 46b6c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { PluginConfig, PluginMeta } from '@code-pushup/models';
import {createRunnerConfig} from './lib/index.js';
import { dirname, join } from 'node:path';
import { fileURLToPath } from 'node:url';
import { auditsMeta } from './lib/meta/audits';
import { auditsMeta } from './lib/meta/audits.js';
import { ElixirAuditPluginOptions } from './types/index.js';

export const pluginMeta: PluginMeta = {
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/lib/runner.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { AuditDetails, AuditOutput, AuditOutputs } from "@code-pushup/models";
import { AuditOutput, AuditOutputs } from "@code-pushup/models";
import { auditsMeta } from "./meta/audits.js";
import {
ensureDirectoryExists,
Expand Down

0 comments on commit 46b6c8e

Please sign in to comment.