table
table copied to clipboard
Support node 20 and above
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?