mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Fix tslint
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"extends": "dtslint/dt.json",
|
||||
"rules": {
|
||||
"no-single-declare-module": true,
|
||||
"no-empty-interface": false
|
||||
"no-single-declare-module": false,
|
||||
"no-empty-interface": false,
|
||||
"no-declare-current-package": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user