Skip to content

Commit

Permalink
Quotation mark linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ElementUser committed Aug 25, 2024
1 parent 60b5819 commit be3592d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-translation-jsons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import fs from "node:fs";
import path from "node:path";
import { fileURLToPath } from "node:url";

const biome = require('@biomejs/biome');
const biome = require("@biomejs/biome");

const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
Expand Down

0 comments on commit be3592d

Please sign in to comment.