Files
DefinitelyTyped/types/loopback/.eslintrc.json
Nathan Shively-Sanders 5a9a8169b8 Convert eslint rules 2022 12 28 (#63761)
* Convert no-any-union tslint->eslint

* Convert prefer-declare-function tslint->eslint

* Convert no-unnecessary-generics tslint->eslint

* Clean up function types missed by old prefer-declare-function

* remove unneeded tsconfig file
2022-12-30 14:44:49 -08:00

7 lines
97 B
JSON

{
"rules": {
"no-any-union": "off",
"no-unnecessary-generics": "off"
}
}