bug(eslint-plugin): lack of support for eslint v9 #889
Open
Description
Prerequisites
Please answer the following questions before submitting an issue.
YOU MAY DELETE THE PREREQUISITES SECTION.
- I am running the latest version of Node and the tools
- I checked the documentation and found no answer
- I checked to make sure that this issue has not already been filed
Expected behavior
Be able to use the office plugin without any additional steps needed.
Current behavior
If eslint >=v9 is used, the following steps must be added to office plugin to make it work:
https://eslint.org/blog/2024/05/eslint-compatibility-utilities/
Steps to Reproduce
- Update to eslint >=v9
- Run eslint .
- Get
TypeError: context.getScope is not a function