You-Dont-Need-Momentjs icon indicating copy to clipboard operation
You-Dont-Need-Momentjs copied to clipboard

List of functions which you can use to replace moment.js + ESLint Plugin

Results 35 You-Dont-Need-Momentjs issues
Sort by recently updated
recently updated
newest added

Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

non-Gregorian calendars (Hebrew, Islamic, Solar, Japanese and a few others) are one of the reasons in the past my teams had to stick with Moment. It would be interesting to...

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

available since ~Feb 2021 https://github.com/date-fns/date-fns/releases/tag/v2.17.0 > a lightweight formatting function that uses [Intl API](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl). Eventually, it will become the default formatting function, so it's highly recommended for new code. https://date-fns.org/v2.28.0/docs/intlFormat

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.11.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

It would be amazing to have the ability to have eslint automatically fix files that violate this plugin's rule. This would make migration to date-fns and other packages much easier.

Would you accept a PR that adds [js-joda](https://github.com/js-joda/js-joda)? If so, I could create one. js-joda is an immutable date and time library for JavaScript that is very close to the...

Looks like date-fns has more locales than listed in the document. Updated the amount to reflect that. Source in [main website](https://date-fns.org/)

Moment.js can be still a useful (and perhaps even the only) library. JavaScript is a [widely used](https://en.wikipedia.org/wiki/JavaScript_engine) language, not only used by web-browsers. Most alternative libraries require access to the...