mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-15 01:32:56 +08:00
Fix remaining lint errors (#19166)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"extends": "dtslint/dt.json",
|
||||
"rules": {
|
||||
// TODOs
|
||||
"interface-name": false,
|
||||
"max-line-length": false
|
||||
"max-line-length": false,
|
||||
"no-void-expression": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user