mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-17 17:48:06 +00:00
* Adjust eslint+tslint config to address existing errors * Add type annotations for k6/experimental/webcrypto * Update redis module's type definitions As reported in grafana/k6/#2966 and described in k6-docs/#1071, some of the redis module incorrectly annotated their value arguments type to `any` or `any[]` while the underlying annotation would only accept `string`, `number` or `booleand`. This commit addresses it. This commit also makes sure to reflect that `any[]` arguments should rather be variadic arguments of either `string`, `number` or `boolean` types.
10 lines
235 B
JSON
10 lines
235 B
JSON
{
|
|
"rules": {
|
|
"no-declare-current-package": "off",
|
|
"no-import-default-of-export-equals": "off",
|
|
"no-outside-dependencies": "off",
|
|
"no-self-import": "off",
|
|
"redundant-undefined": "off"
|
|
}
|
|
}
|