1
Fork 0

Disable no-unused-vars in MDX files.

This commit is contained in:
Bauke 2022-12-03 18:22:19 +01:00
parent 20e40118ae
commit 3f594c3287
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@
{
"enforceForJSX": false
}
]
],
"no-unused-vars": "off"
}
}
],