mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore(linter): move no-eval to restriction (not in recommended list)
This commit is contained in:
parent
90004ba4be
commit
1768192eeb
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ declare_oxc_lint!(
|
|||
/// eval(someString);
|
||||
/// ```
|
||||
NoEval,
|
||||
correctness
|
||||
restriction
|
||||
);
|
||||
|
||||
impl Rule for NoEval {
|
||||
|
|
|
|||
Loading…
Reference in a new issue