mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-01 00:50:04 +00:00
Fix lint errors
This commit is contained in:
committed by
Al Calzone
parent
99f2917731
commit
ef89cb895e
2769
types/iobroker/index.d.ts
vendored
2769
types/iobroker/index.d.ts
vendored
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,5 @@
|
||||
// Help! what to test here?
|
||||
|
||||
declare const adapter: ioBroker.Adapter;
|
||||
|
||||
adapter.setState("not.a.state", true);
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": true,
|
||||
"strictFunctionTypes": true,
|
||||
"baseUrl": "../",
|
||||
"typeRoots": [
|
||||
"../"
|
||||
|
||||
@@ -1 +1,8 @@
|
||||
{ "extends": "dtslint/dt.json" }
|
||||
{
|
||||
"extends": "dtslint/dtslint.json",
|
||||
"rules": {
|
||||
// This package has its own type `Object` which is not equal to the global `Object` type
|
||||
// To avoid any confusion, it is referenced as `ioBroker.Object` instead of just `Object`
|
||||
"no-unnecessary-qualifier": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user