DNNCommunity / dnn-elements

Collection of Dnn Stencil custom elements
https://dnncommunity.github.io/dnn-elements/
MIT License
16 stars 10 forks source link

Converted eslint config to modern way #1146

Closed valadas closed 2 months ago

valadas commented 2 months ago

The modern way to configure eslint is with js/mjs/ts files so it has typings and validation, etc. It is also required to allow upgrading eslint to more recent versions. This PR converts our configs to that new way.