table icon indicating copy to clipboard operation
table copied to clipboard

Support node 20 and above

Open Sozialarchiv opened this issue 1 year ago • 0 comments

In package.json the dependency eslint-config-codex is used with the version "github:codex-team/eslint-config".

https://github.com/editor-js/table/blob/master/package.json#L39

Because of this a old version is used that depends on an old version of jslint-plugin-jsdoc.

This old version of jslint-plugin-jsdoc has only support for node 19 and below.

Can I fix the version of eslint-config-codex to 2.0.1?

Sozialarchiv avatar Jul 26 '24 07:07 Sozialarchiv