Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Use "object" type instead of "Object" #8

Closed
urish opened this issue Jan 17, 2018 · 0 comments
Closed

Use "object" type instead of "Object" #8

urish opened this issue Jan 17, 2018 · 0 comments

Comments

@urish
Copy link
Collaborator

urish commented Jan 17, 2018

i.e. the following code:

function f(x) {}
f({});

should transform into:

function f(x: object) {}
f({});

Object is rejected by tslint ban-types rule with the recommended config

@urish urish closed this as completed in 447cec9 Jan 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant