mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Required update to tslint rules
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"extends": "dtslint/dt.json",
|
||||
"rules": {
|
||||
"no-construct": false // Required for R.is function testing
|
||||
"no-construct": false, // Required for R.is function testing
|
||||
"no-any-union": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user