BenoitZugmeyer / eslint-plugin-html

An ESLint plugin to extract and lint scripts from HTML files.
ISC License
436 stars 51 forks source link

Error when used with "plugin:@typescript-eslint/recommended-requiring-type-checking" #130

Closed aress31 closed 4 years ago

aress31 commented 4 years ago

Description

It seems that using eslint-plugin-html together with typescript-eslint result in an error being thrown by eslint when running eslint.

Please see https://github.com/typescript-eslint/typescript-eslint/issues/2265 for the complete explanation.

BenoitZugmeyer commented 4 years ago

I don't reproduce your issue. I created a minimal project with the informations you sent on the linked issue and everything works as expected: https://gist.github.com/BenoitZugmeyer/9cc906084abd519ba8a8340925202a21#file-readme-md

Please add more information as requested by the issue template.

aress31 commented 4 years ago

This issue has gone away when upgrading my dependencies.