Skip to content

pullrequests Search Results · author:floydspace is:merged repo:projen/projen

Filter by

1 result
 (65 ms)

1 result

inprojen/projen (press backspace or delete to remove)

Currently I have to find the task like this: const eslintTask = project.tasks.tryFind( eslint )! it s fine, but better if I ll be able to reference it using more type safe way: const eslintTask = project.eslint?.eslintTask! ...
  • floydspace
  • 4
  • Opened 
    on Dec 26, 2022
  • #2325