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
{{ message }}
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
Per #552 (comment) , there are a number of gotcha's such as describe/it.onlys being committed unknowingly. There are likely other code issues we could scan for as well.
What's Wrong
Per #552 (comment) , there are a number of gotcha's such as
describe/it.only
s being committed unknowingly. There are likely other code issues we could scan for as well.How to fix it
eslint
for typescript https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/README.mdsolhint
intoeslint
eslint
checks do not add too much overhead to the local development experience.The text was updated successfully, but these errors were encountered: