{ "extends": [ "@chayns-toolkit" ], "rules": { "no-param-reassign": [ "error", { "props": true, "ignorePropertyModificationsFor": [ "state" ] } ] } }