infctr / eslint-plugin-typescript-sort-keys

A linter plugin to require sorting interface and string enum keys
ISC License
143 stars 25 forks source link

Chore/support eslint8 #43

Closed johnmartel closed 2 years ago

johnmartel commented 2 years ago

Closes #42

infctr commented 2 years ago

@etienems2 Appreciate your contribution!

error @typescript-eslint/experimental-utils@5.0.0: The engine "node" is incompatible with this module. Expected version "^12.22.0 || ^14.17.0 || >=16.0.0". Got "10.24.1"

Let's drop support for node v10 and add v16 to testing matrix

johnmartel commented 2 years ago

Let's drop support for node v10 and add v16 to testing matrix

@infctr Good point, I made the change :)