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
The ignorePatterns for eslint are incorrect and mean that our own theia.d.ts and theia-proposed.d.ts files for instance are never linted causing issues, and unnecessary changes during pull-request which then need to be fixed such as #8629.
Bug Description:
The
ignorePatterns
foreslint
are incorrect and mean that our owntheia.d.ts
andtheia-proposed.d.ts
files for instance are never linted causing issues, and unnecessary changes during pull-request which then need to be fixed such as #8629.theia/configs/base.eslintrc.json
Lines 21 to 24 in 7544095
We should update the
ignorePatterns
to instead exclude all content underlib
folders.The text was updated successfully, but these errors were encountered: