Alejandro Claro

Results 33 comments of Alejandro Claro

Same problem here. Looks like it's very outdated.

Very good suggestion. I also have the same need to validate copyright headers in vue files and other files such as shell (bash) script files, XML files, etc.

Hi Stuk, Yes, eslint work with .vue files by using a parser (vue-eslint-parser). Agreed, it should work, but I noticed that this plugin assumes that first line starts with '/\*',...

Same here. I would like to enforce a blank line after the header, or the contrary in every file.

My two cents. This could be very helpful. The only reason we don't use pbf is bc to the lack of typescript definitions generation.

@jrnail23 I would like you to reconsider this feature. Projects like eslint-formatter-multiple and eslint-output are more like a workaround and do not play nicely with monorepos (a lot of duplicated...

I also vote to add a mechanism to add custom formatters to support other formats like: - JSON - Checkstyle - JUnit We use eslint and stylelint to generate checkstyle...

Thank you for the quick answer @timostamm my environment is: NodeJS: v14.18.3 Typescript: v4.4.3 Jest: v26.6.1 The error occurs inside my own unit test using Jest. To be sure, I...

Let me roll back my TextEncoderLike and perform some test to understand what could be the cause that TextEncoder is not available. I'm executing Jest directly by invoking 'jest' with...