argoproj / argo-cd

Declarative Continuous Deployment for Kubernetes
https://argo-cd.readthedocs.io
Apache License 2.0
16.89k stars 5.13k forks source link

Useless regular-expression character escape #18431

Open Nanmozhi22 opened 1 month ago

Nanmozhi22 commented 1 month ago

The escape sequence '.' is equivalent to just '.', so the sequence may still represent a meta-character when it is used in a regular expression.

js/useless-regexp-character-escape

File name : ui/src/app/applications/components/application-summary/edit-notification-subscriptions.tsx

Nanmozhi22 commented 1 month ago

I will work on this issue