mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
react-window: disable no-null-undefined-union rule
Needed for optional refs
This commit is contained in:
@@ -1 +1,6 @@
|
||||
{ "extends": "dtslint/dt.json" }
|
||||
{
|
||||
"extends": "dtslint/dt.json",
|
||||
"rules": {
|
||||
"no-null-undefined-union": false // needed for optional Refs
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user