Xenya0815
Xenya0815
@webschik I checked the changes at your repository. It works, thx. But it breaks the possibility to add additional blank lines: ```typescript const foo = 1; // ERROR: Unexpected blank...
This is opened since 2014. So I think I can not hope that this will be added?
hi @chinchiheather yes it is still a blocker why we can't use that rule :-( I configured it to 1 line. I want to have 1 line between different members...
I ran into the same problem An option of the rule to accept `void` in such cases would help.
I tried 1.12.1 and get these errors: ``` node_modules/libphonenumber-js/max/index.d.cts:50:42 - error TS2304: Cannot find name 'FormatNumberOptions'. 50 format(format: NumberFormat, options?: FormatNumberOptions): string; ~~~~~~~~~~~~~~~~~~~ node_modules/libphonenumber-js/max/index.d.cts:51:28 - error TS2304: Cannot find name...
now: ``` node_modules/libphonenumber-js/types.d.cts:100:2 - error TS1036: Statements are not allowed in ambient contexts. 100 }; ~ ```
I can not see the new version: https://www.npmjs.com/package/libphonenumber-js?activeTab=versions
it compiles again for me. Thanks