no-dynamic-delete
Configuration
rslint.config.ts
Rule Details
Disallow the delete operator on computed property keys unless the key is a literal.
Examples of incorrect code for this rule:
Examples of correct code for this rule:
Disallow the delete operator on computed property keys unless the key is a literal.
Examples of incorrect code for this rule:
Examples of correct code for this rule: