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 62bd550 commit f6a460cCopy full SHA for f6a460c
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