IanVS / prettier-plugin-sort-imports

An opinionated but flexible prettier plugin to sort import statements
Apache License 2.0
984 stars 25 forks source link

Upgrade development dependencies #128

Closed IanVS closed 12 months ago

IanVS commented 1 year ago

This bumps our devDependencies, and also changes our tsconfig "module" setting to "NodeNext", which is the current recommendation from the TS folks, and allows us to resolve types that are specified in package.json "exports" fields.