the problem is that es-abstract released a new version 1.22.4 and this
created following error message:
ERROR in Failed to load plugin 'jsx-a11y' declared in
'js/invenio_administration/.eslintrc.yml »
@inveniosoftware/eslint-config-invenio':
unknown record type: function Type(x) {
if (typeof x === 'symbol') {
return 'Symbol';
}
if (typeof x === 'bigint') {
return 'BigInt';
}
return ES5Type(x);
}
the problem is that es-abstract released a new version 1.22.4 and this created following error message:
ERROR in Failed to load plugin 'jsx-a11y' declared in 'js/invenio_administration/.eslintrc.yml » @inveniosoftware/eslint-config-invenio': unknown record type: function Type(x) { if (typeof x === 'symbol') { return 'Symbol'; } if (typeof x === 'bigint') { return 'BigInt'; } return ES5Type(x); }