pnnl / Quality-Install-Tool

BSD 2-Clause "Simplified" License
1 stars 1 forks source link

148: Adds async await linting rule #157

Open jackcruz53 opened 1 year ago

jackcruz53 commented 1 year ago

-These linting rules in combo with typescript should prevent async functions from not being handled as async due to user error -Tested this by removing certain await statements that are known to break components such as the job view and the linter caught the error