YeonJuan
YeonJuan
@Josh-Cena oh, In the typescript repo, I found an use case of multiple bit operators in an enum initializer. https://github.com/microsoft/TypeScript/blob/79a851426c514a12a75b342e8dd2460ee6615f73/src/harness/vpathUtil.ts#L36-L63 ```ts const enum ValidationFlags { None = 0, RequireRoot =...
@JounQin Agree! We should include the parser and plugin!
Hi! @RPComputer Thanks for the suggestion!. This seems like a nice feature. I think it should check with AND condition when there are multiple conditions. What do you think?
Hi @RPComputer > each attribute should have its optional condition? For now, I think the second option is appropriate because the first option would make a breaking change..!
@RPComputer If you'd like to implement it yourself, I'd be very grateful for a PR 👍 , otherwise I'll implement it myself, but it may delay the completion of the...
Hi @TheElegantCoding, Thanks for the report!. Is there anything else we need to do to support flat config? I've tested the config below and it seems to be working fine,...
> in the pluginHtml import i get this error Could not find a declaration file for module '@html-eslint/eslint-plugin'. @TheElegantCoding Thank you. I think this should be fixed..!
Hi @LatenPath , Could you try `pluginHtml.configs.recommended.rules` instead of `pluginHtml.configs.recommended`? ``` const pluginHtml = require("@html-eslint/eslint-plugin"); const parserHtml = require("@html-eslint/parser"); module.exports = [ { files: ["**/*.html"], languageOptions: { parser: parserHtml, },...
@LatenPath > But I have a small question, as you can see, other plugin which support Flat config have parser/env built-in so it simpler HTML-ESLint does not yet support flat...
Hi @TheElegantCoding @LatenPath The new version is released ([v0.23.0](https://github.com/yeonjuan/html-eslint/releases)). html-eslint supports flat config now! Thanks for the reporting issue! - https://html-eslint.org/docs/getting-started#flat-config