refactor: Add lint rule for unsafe property access with lodash get/set (no-changelog) (#8587)
This commit is contained in:
@@ -297,7 +297,7 @@ export default defineComponent({
|
||||
// Multiple values are allowed so append option to array
|
||||
newParameterValue[optionParameter.name] = get(
|
||||
this.nodeValues,
|
||||
`${this.path}.${optionParameter.name}`,
|
||||
[this.path, optionParameter.name],
|
||||
[],
|
||||
);
|
||||
if (Array.isArray(optionParameter.default)) {
|
||||
|
||||
Reference in New Issue
Block a user