eslint-plugin-total-functions icon indicating copy to clipboard operation
eslint-plugin-total-functions copied to clipboard

An ESLint plugin to enforce the use of total functions (and prevent the use of partial functions) in TypeScript.

Results 61 eslint-plugin-total-functions issues
Sort by recently updated
recently updated
newest added

1. Accessing `localStorage` or `sessionStorage` objects can throw `SecurityError DOMException` 2. "Set" operations can throw `QuotaExceededError DOMException` 3. `localStorage` and `sessionStorage` can be `null` (not sure if this is per...