-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Closed
Description
Linting: node_modules/eslint/bin/eslint --cache --cache-location scripts/.eslintcache --format autolinkable-stylish --rulesdir scripts/eslint/built/rules --ext .ts scripts
> /.nvm/versions/node/v12.16.1/bin/node node_modules/eslint/bin/eslint --cache --cache-location scripts/.eslintcache --format autolinkable-stylish --rulesdir scripts/eslint/built/rules --ext .ts scripts
/TypeScript/scripts/eslint/rules/only-arrow-functions.ts
Error: /TypeScript/scripts/eslint/rules/only-arrow-functions.ts Parsing error: Cannot read property 'map' of undefinedIt seems this issue related to some of the changes in public API. In this repo, @typescript-eslint uses the latest version of typescript. However, the next version has changes that have not supported by @typescript-eslint yet.
Line 99 in 5f597e6
| "typescript": "next", |
Can we use the stable version of the TypeScipt in dependencies?
cc @DanielRosenwasser @RyanCavanaugh @weswigham @sandersn @orta
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels