Files
DefinitelyTyped/types/k6/.eslintrc.json
Théo Crevon b7cd177244 🤖 Merge PR #65075 [@types/k6] Add type annotations for version v0.44.0 by @oleiade
* 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.
2023-04-27 00:50:43 -07:00

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"
}
}