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
We need change eslint and tsconfig to reduce potential bugs in the future.
For this, the most important for us is to remove all @typescript-eslint rulses from eslint that are set to 'off', and set strict: true in tsconfig.
The text was updated successfully, but these errors were encountered:
We need change eslint and tsconfig to reduce potential bugs in the future.
For this, the most important for us is to remove all
@typescript-eslint
rulses from eslint that are set to 'off', and setstrict: true
in tsconfig.The text was updated successfully, but these errors were encountered: