Skip to content

Commit 7ad5d64

Browse files
committed
fix formatting
1 parent 805a655 commit 7ad5d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default tseslint.config(
2929
{ allowConstantExport: true },
3030
],
3131
// rando answer from https://github.com/eslint/eslint/discussions/18685
32-
'@typescript-eslint/no-unused-vars': ['warn', { caughtErrors: 'none' }]
32+
"@typescript-eslint/no-unused-vars": ["warn", { caughtErrors: "none" }],
3333
},
3434
},
3535
);

0 commit comments

Comments
 (0)