The Temporal proposal is currently stage 3. It massively improves date and time handling in JavaScript.
There's a lot of potential for linting here.
We could block use of Date
completely. Would probably have to be behind an option. But as far as I know, Temporal
should cover everything Date
currently handles.
Date.now()
Temporal.now.instant()
We could also potentially prevent use of popular date libraries like moment
, Luzon
, date-fns
, etc.
More specific ideas for listing here wanted.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too