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
Update ESLint and/or TypeScript to mutually supported versions
Remove usage of / for division in Sass files
Justification
Will fix the following errors when running UI bundles:
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
You may find that it works just fine, or you may not.
SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <4.4.0
YOUR TYPESCRIPT VERSION: 4.4.2
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
The text was updated successfully, but these errors were encountered:
Proposed Changes
/
for division in Sass filesJustification
Will fix the following errors when running UI bundles:
The text was updated successfully, but these errors were encountered: