On a new package with no changes when running Lint:
yarn lint (base) 1288ms
yarn run v1.22.21
$ tsdx lint
Defaulting to "tsdx lint src test"
You can override this in the package.json scripts, like "lint": "tsdx lint src otherDir"
/Users/mohsen_azimi/Desktop/test-test/src/index.ts
0:0 error Parsing error: DeprecationError: 'originalKeywordKind' has been deprecated since v5.0.0 and can no longer be used. Use 'identifierToKeywordKind(identifier)' instead
/Users/mohsen_azimi/Desktop/test-test/test/blah.test.ts
0:0 error Parsing error: DeprecationError: 'originalKeywordKind' has been deprecated since v5.0.0 and can no longer be used. Use 'identifierToKeywordKind(identifier)' instead
✖ 2 problems (2 errors, 0 warnings)
Current Behavior
On a new package with no changes when running Lint:
Expected behavior
No lint error
Suggested solution(s)
Fix dependencies
Additional context
Your environment