Alex Kanunnikov

Results 437 comments of Alex Kanunnikov

We could introduce Rename provider https://code.visualstudio.com/api/references/vscode-api#RenameProvider

Seems we may need a more tests for `template-lint-enable "rule-name"`, I found few possible things to explore: * `allowInlineConfig` - is disabled somehow internally We literally have only one rule-related...

`remove support for parsing js/ts` - I think we could support it (if there is no technical problems)

I do like linting in test code :) does it mean that "hbs`` will work?

> nay, this'll be skipped because linting it requires a whole babel parse and then a whole bunch of math to line up line-numbers Wondering it we could backport this...

@NullVoxPopuli I'm proposing to add `--enable-todo` or kinda flag to be able to get rid of it by default (and lazy-load in needed)

@ef4 yep, it's possible - https://github.com/ember-template-lint/ember-template-lint/issues/1838 Main things we need to do - extract all IO operations outside of linter class and it's internals.

Node 18 is not maintained anymore, I think we could drop it as part of v8

I think we may need to disable all identation rules in v8 (or remove) Because of https://github.com/ember-template-lint/ember-template-lint/issues/3209

ai generated rule description: #no-empty-attrs ✅ The `extends: 'recommended'` property in a configuration file enables this rule. 🔧 The `--fix` option on the command line can automatically fix some of...