Gudahtt / prettier-plugin-sort-json

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

Update ESLint config #154

Closed Gudahtt closed 1 year ago

Gudahtt commented 1 year ago

The ESLint config has been updated. Changes include improved lint rules for Promises, and stricter type imports.

Only one change was required, relating to type imports. The type keyword is now required for imports just used as types, which we had one example of.