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
After upgrading to 3.4.0-alpha-01 I started to have lint errors in serviceWorker.ts even tho the file is listed in the .eslintignore:
Failed to compile.
./packages/apps/my-ts-app/src/serviceWorker.ts
Line 47:9: 'checkValidServiceWorker' was used before it was defined @typescript-eslint/no-use-before-define
Line 59:9: 'registerValidSW' was used before it was defined @typescript-eslint/no-use-before-define
Search for the keywords to learn more about each error.
After upgrading to 3.4.0-alpha-01 I started to have lint errors in serviceWorker.ts even tho the file is listed in the .eslintignore:
/packages/apps/.eslintignore:
The only way for serviceWorker.ts to be ignored is to add it to the .eslintignore at the root:
.eslintignore:
Steps to reproduce:
The text was updated successfully, but these errors were encountered: