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 cb88a7c commit ab410c6Copy full SHA for ab410c6
.eslintrc.js
@@ -22,6 +22,7 @@ module.exports = {
22
'test/manual/**',
23
'types/**',
24
],
25
+ reportUnusedDisableDirectives: true,
26
overrides: [
27
{
28
files: ['*.ts', '*.tsx', '*.d.ts'],
0 commit comments