Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Feb 24, 2024
1 parent 1607392 commit d77aa29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@

# Parser bug?
/tests/fixtures/rules/indent/invalid/const-tag01-input.svelte
/tests/fixtures/rules/indent/invalid/const-tag01-output.svelte
2 changes: 1 addition & 1 deletion tests/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export function loadTestCases(
const errors = fs.readFileSync(errorFile, 'utf8');
config.errors = parseYaml(errors);
if (fixable) {
let output;
let output = null;
try {
output = fs.readFileSync(outputFile, 'utf8');
} catch (_e) {
Expand Down

0 comments on commit d77aa29

Please sign in to comment.