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
Upgrading build tools from 1.3.0 to 1.3.1 gives the error Unexpected token '||=' (see full log output).
Looking at the ESLint config between 1.3.0 and 1.3.1, it happens when adding plugin:@typescript-eslint/recommended to the extends property, which previously would have been missing as it was defined on the nested (incorrect) version:
What happened?
Upgrading build tools from 1.3.0 to 1.3.1 gives the error
Unexpected token '||='
(see full log output).Looking at the ESLint config between 1.3.0 and 1.3.1, it happens when adding
plugin:@typescript-eslint/recommended
to theextends
property, which previously would have been missing as it was defined on the nested (incorrect) version:Updating on the https://github.com/bigbite/block-tabbed-content repo.
Potentially related to what @g-elwell found in #106 (comment).
Which environments are you experiencing the issue on?
CLI (macOS, Windows, etc)
Relevant log output
The text was updated successfully, but these errors were encountered: