Gudahtt / prettier-plugin-sort-json

A plugin for Prettier that sorts JSON files by property name.
MIT License
103 stars 12 forks source link

Improve TypeScript configuration #134

Closed Gudahtt closed 1 year ago

Gudahtt commented 1 year ago

Additional TypeScript options have been enabled to improve type safety.

The noUncheckedIndexAccess rule required additional type assertions because type inference is still not great for that feature. The others required no changes.