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 eebe576 commit f193886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/api.mts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ const DIRNAME = path.dirname(fileURLToPath(import.meta.url));
const BASE_DIR = path.resolve(DIRNAME, '../');
const TEMPLATE_DIR = path.resolve(BASE_DIR, 'templates');

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

// Overriding opening and closing tags as the Vue templates use {{ }}
Mustache.tags = ['<%', '%>'];

Expand Down
2 changes: 2 additions & 0 deletions src/bin/interactive.mts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ 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

0 comments on commit f193886

Please sign in to comment.