We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 799ea62 commit 7b20bd5Copy full SHA for 7b20bd5
javascript/no-eval.yml
@@ -1,6 +1,6 @@
1
id: no-eval
2
message: Do not use eval! Dangerous! Hazardous! Perilous!
3
-severity: error
+severity: warning
4
language: JavaScript
5
rule:
6
pattern: eval($CODE)
0 commit comments