Andrey Volynkin
Andrey Volynkin
Thanks for the quick response! It looks like issue, because `` can't be inside ``. Browser transforms it into empty ``, before and after `…`. It would be great if...
As I see, we must to change chain type from inline to block and the rule to place after. But it breaks code and I don't know how to work...
Big Int in Stage 3: https://github.com/tc39/proposal-bigint
What do you thing about `as` keyword? Like a keyword used in [TypeScript](https://www.typescriptlang.org/docs/handbook/basic-types.html#type-assertions) for type assertion and in [Rust](https://doc.rust-lang.org/book/first-edition/casting-between-types.html) for type casting. So my example from #33 can be: ```ts...
Some interesting examples can be found there — https://github.com/Microsoft/TypeScript/issues/7576
@kahlil What about sourcemaps?
My own implementation: https://github.com/Avol-V/mastodon-rss You can get separate RSS feeds for everyone you follow. But the channels are created from your home timeline and include all the information that is...
I didn't have any difficulties, it looks like this: ```js import parserTs from '@typescript-eslint/parser'; import canonical from 'eslint-plugin-canonical'; export default [ { languageOptions: { parser: parserTs, }, plugins: { 'canonical':...