pypi / warehouse

The Python Package Index
https://pypi.org
Apache License 2.0
3.6k stars 964 forks source link

lint: modernize usage of babel #17094

Closed miketheman closed 4 days ago

miketheman commented 4 days ago

eslint now provides its own Espree parser, so we don't need to include Babel for that purpose.

Since we only need babel for jest, update references accordingly.

miketheman commented 4 days ago

added 4 packages, removed 20 packages, changed 101 packages, and audited 1183 packages in 4s

ewdurbin commented 4 days ago

Smol question. Are the obvious formatting changes related or just an aside of editing those files?

Update: looks like this is powered off a newer eslint with new rules