Remove eslint exception for jquery.deferred

This commit is contained in:
Bill Thornton
2026-06-15 14:11:47 -04:00
parent 72c6a5307e
commit d25a560a5f
-1
View File
@@ -59,7 +59,6 @@ export default tseslint.config(
'new-cap': [
'error',
{
'capIsNewExceptions': ['jQuery.Deferred'],
'newIsCapExceptionPattern': String.raw`\.default$`
}
],