mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fix remaining lint errors (#19166)
This commit is contained in:
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
// Type definitions for jQuery TOOLS 1.2
|
||||
// Project: https://github.com/jquerytools/jquerytools
|
||||
// Definitions by: Joe Skeen <https://github.com/joeskeen/>
|
||||
// Definitions by: Joe Skeen <https://github.com/joeskeen>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
|
||||
@@ -1 +1,7 @@
|
||||
{ "extends": "dtslint/dt.json" }
|
||||
{
|
||||
"extends": "dtslint/dt.json",
|
||||
"rules": {
|
||||
// TODO
|
||||
"no-void-expression": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user