Skip to content

Commit 4301733

Browse files
committed
🤖 Fix lint: disable sync fs rule in test file
1 parent dd679c1 commit 4301733

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/config.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import * as os from "os";
33
import * as path from "path";
44
import { Config } from "./config";
55

6+
/* eslint-disable local/no-sync-fs-methods */
7+
// Test file uses sync fs for simplicity - tests are not performance-critical
8+
69
describe("Config", () => {
710
let tempDir: string;
811
let config: Config;

0 commit comments

Comments
 (0)