You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide detailed steps for reproducing the issue.
Create new Office JS project using yo office
Install dependencies
The project depends of many unsupported libraries. This creates a huge liability in supporting Office JS based codebase.
warning office-addin-lint > [email protected]: This version is no longer supported. Please see https://eslint.org/version-support for other options.
warning office-addin-lint > eslint-plugin-office-addins > [email protected]: This version is no longer supported. Please see https://eslint.org/version-support for other options.
warning office-addin-lint > eslint > @humanwhocodes/[email protected]: Use @eslint/config-array instead
warning office-addin-lint > eslint > @humanwhocodes/config-array > @humanwhocodes/[email protected]: Use @eslint/object-schema instead
The text was updated successfully, but these errors were encountered:
Expected behavior
The
office-addin-lint
package must use supported dependencies.Current behavior
The latest
[email protected]
depends on outdated[email protected]
library.Steps to Reproduce
Please provide detailed steps for reproducing the issue.
yo office
The project depends of many unsupported libraries. This creates a huge liability in supporting Office JS based codebase.
The text was updated successfully, but these errors were encountered: