stable
Clone or download
Read-only
request #14198: Disallow type assertions in production code
Some rare cases are legitimate but we should disallow type assertions by default. Using it will hide errors (such as missing properties). Change-Id: Ie1d4ab002e1d8b31f58a1375d7d893cdc67915f7
Modified Files
Name | ||||
---|---|---|---|---|
M | .eslintrc.js | +11 | −4 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/index.ts | +1 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/RemainingEffort/EditRemainingEffort.vue | +2 | −0 | Go to diff View file |
M | src/www/scripts/project/admin/banner/src/components/BannerPresenter.vue | +1 | −0 | Go to diff View file |