Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Sep 30, 2022
1 parent 4feaf8d commit fbcf58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export function loadTestCases(
try {
// writeFixtures(ruleName, inputFile, { force: true })
errors = fs.readFileSync(errorFile, "utf8");
} catch (e) {
} catch (_e) {
writeFixtures(ruleName, inputFile);
errors = fs.readFileSync(errorFile, "utf8");
}
Expand Down

0 comments on commit fbcf58c

Please sign in to comment.