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
Note that running npx github:amanda-mitchell/suppress-eslint-errors --extensions=ts,tsx --parser=tsx seems to fix the issue. This suggests the issue is with a dependency that this Github repo has since automatically upgraded.
Can you release the latest version as an NPM package so others don't encounter this problem? Thanks in advance for the great library!
The text was updated successfully, but these errors were encountered:
hsource
changed the title
Request to release new version of the library
Request to release new version of the library to fix issues with object literal returns
Jan 24, 2025
We had trouble with
npx suppress-eslint-errors --extensions=ts,tsx --parser=tsx someFile
seeming to fail on lines like thisWhen running it, it would accidentally remove the object literal return:
Note that running
npx github:amanda-mitchell/suppress-eslint-errors --extensions=ts,tsx --parser=tsx
seems to fix the issue. This suggests the issue is with a dependency that this Github repo has since automatically upgraded.Can you release the latest version as an NPM package so others don't encounter this problem? Thanks in advance for the great library!
The text was updated successfully, but these errors were encountered: