figuren-theater / label-printing

Create printable labels with blocks
GNU General Public License v3.0
2 stars 1 forks source link

Un-Fix version constraint for wp-scripts #25

Open carstingaxion opened 1 year ago

carstingaxion commented 1 year ago

Version 26.13.0 knows about {WPElement}, version 26.14.0 does not, which leads to useless errors.

$ npm run lint:js

> label-printing@0.1.0 lint:js
> wp-scripts lint-js

/shared/httpd/figuren/repositories/label-printing/src/block-editor/blocks/label-printing/edit.js
  33:1  error  The type 'WPElement' is undefined  jsdoc/no-undefined-types

/shared/httpd/figuren/repositories/label-printing/src/block-editor/blocks/label-printing/save.js
  16:1  error  The type 'WPElement' is undefined  jsdoc/no-undefined-types

/shared/httpd/figuren/repositories/label-printing/src/block-editor/blocks/label-proxy/edit.js
  12:1  error  The type 'WPElement' is undefined  jsdoc/no-undefined-types

/shared/httpd/figuren/repositories/label-printing/src/block-editor/blocks/label-proxy/save.js
  8:1  error  The type 'WPElement' is undefined  jsdoc/no-undefined-types

✖ 4 problems (4 errors, 0 warnings)
carstingaxion commented 1 year ago

Probably the source of evil: grafik