With #1424 we introduced some new eslint warnings.
One warning is extraneous-dependencies/no-extraneous-dependencies
|
"extraneous-dependencies/no-extraneous-dependencies": "warn", |
Which shows for test files the following
and wants that test dependencies are installed as dependency!?!
Not sure what we should do here...
With #1424 we introduced some new eslint warnings.
One warning is
extraneous-dependencies/no-extraneous-dependenciesnode-wot/eslint.config.mjs
Line 92 in 736f280
Which shows for test files the following
and wants that test dependencies are installed as dependency!?!
Not sure what we should do here...