chore(linter): move no-eval to restriction (not in recommended list)

This commit is contained in:
Boshen 2023-06-27 22:11:44 +08:00
parent 90004ba4be
commit 1768192eeb
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1

View file

@ -49,7 +49,7 @@ declare_oxc_lint!(
/// eval(someString);
/// ```
NoEval,
correctness
restriction
);
impl Rule for NoEval {