We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805a655 commit 7ad5d64Copy full SHA for 7ad5d64
frontend/eslint.config.js
@@ -29,7 +29,7 @@ export default tseslint.config(
29
{ allowConstantExport: true },
30
],
31
// rando answer from https://github.com/eslint/eslint/discussions/18685
32
- '@typescript-eslint/no-unused-vars': ['warn', { caughtErrors: 'none' }]
+ "@typescript-eslint/no-unused-vars": ["warn", { caughtErrors: "none" }],
33
},
34
35
);
0 commit comments