stencil-eslint
stencil-eslint copied to clipboard
bug: Console error Cannot read properties of null (reading 'getTypeChecker')
Prerequisites
- [X] I have read the Contributing Guidelines.
- [X] I agree to follow the Code of Conduct.
- [X] I have searched for existing issues that already report this problem, without success.
Stencil ESLint Version
^0.7.1
Current Behavior
After installing eslint and the plugin for stencil lint then running on the files the console errors
Oops! Something went wrong! :(
ESLint: 8.56.0
TypeError: Error while loading rule '@stencil-community/async-methods': Cannot read properties of null (reading 'getTypeChecker')
Expected Behavior
The linter should run
Steps to Reproduce
Install a new eslint and eslint stencil into your project
Code Reproduction URL
n/a
Additional Information
No response