Fix the following issues in the lightspeed workspace:
| Rule |
Message |
File |
| typescript:S7763 |
Use export…from to re-export LightspeedFAB. |
workspaces/lightspeed/plugins/lightspeed/src/alpha/LightspeedFAB.tsx:23 |
| typescript:S7763 |
Use export…from to re-export LightspeedFAB. |
workspaces/lightspeed/plugins/lightspeed/src/components/LightspeedFAB.tsx:23 |
| typescript:S4325 |
This assertion is unnecessary since it does not change the type of the expression. |
workspaces/lightspeed/plugins/lightspeed-backend/src/service/validation.test.ts:35 |
| typescript:S4325 |
This assertion is unnecessary since it does not change the type of the expression. |
workspaces/lightspeed/plugins/lightspeed-backend/src/service/validation.test.ts:36 |
| typescript:S7744 |
The empty object is useless. |
workspaces/lightspeed/plugins/lightspeed-backend/src/service/router.test.ts:154 |
| typescript:S4325 |
This assertion is unnecessary since it does not change the type of the expression. |
workspaces/lightspeed/plugins/lightspeed-backend/src/service/router.ts:121 |
| typescript:S6653 |
Use 'Object.hasOwn()' instead of 'Object.prototype.hasOwnProperty.call()'. |
workspaces/lightspeed/plugins/lightspeed-backend/src/service/router.ts:386 |
Fix the following issues in the lightspeed workspace:
export…fromto re-exportLightspeedFAB.export…fromto re-exportLightspeedFAB.