You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
7:1 error Expected indentation of 1 tab but found 4 indent
8:1 error Expected indentation of 1 tab but found 4 indent
9:1 error Expected indentation of 0 tabs but found 3 indent
The code can be modified like below to pass, but clearly this is not what the config intends:
constfoo: Foo={a: 1,b: 2},bar=1
Vanilla JS code without a type annotation passes as expected: