Skip to content

Commit

Permalink
testing lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Medley committed May 24, 2024
1 parent f193886 commit b8fa524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bin/interactive.mts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import {
getUserTeam,
} from '../util.mjs';

[1, 2, 3].map((num) => num ^ 2);

const logger: Logger = LoggerFactory({ label: '/interactive' });

export default async function interactive() {
Expand Down
2 changes: 2 additions & 0 deletions templates/vanilla/vite.config.mts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { getComponentBuildConfig } from '@rei/vite-base-config';

[1, 2, 3].map((num) => num ^ 2);

export default getComponentBuildConfig();

0 comments on commit b8fa524

Please sign in to comment.