Skip to content

Commit

Permalink
fix(lint): remove unnecessary eslint-disable comment from configurati…
Browse files Browse the repository at this point in the history
…on-store for enhanced code clarity and standards compliance
  • Loading branch information
guidomodarelli committed Dec 6, 2024
1 parent d34108d commit cd48318
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/wazuh-core/public/utils/configuration-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export class ConfigurationStore implements IConfigurationStore {
};

for (const setting of settings) {
// eslint-disable-next-line @typescript-eslint/no-dynamic-delete
delete updatedSettings[setting];
}

Expand Down

0 comments on commit cd48318

Please sign in to comment.