Commit 2a6ddce
feat(linter/eslint): implement
Implements the `eslint/no-implied-eval` rule, which disallows
string-evaluating calls through `setTimeout`, `setInterval` and
`execScript`
ESLint ref: https://eslint.org/docs/latest/rules/no-implied-eval
Part of: #479
### AI Disclosure
Claude Opus 4.7 & Codex GPT 5.5
---------
Co-authored-by: Cameron Clark <cameron.clark@hey.com>no-implied-eval rule (#22391)1 parent 7ffb710 commit 2a6ddce
9 files changed
Lines changed: 1828 additions & 2 deletions
File tree
- apps/oxlint/src-js/package
- crates/oxc_linter/src
- generated
- rules/eslint
- snapshots
- npm/oxlint
- tasks/website_linter/src/snapshots
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
755 | 755 | | |
756 | 756 | | |
757 | 757 | | |
| 758 | + | |
758 | 759 | | |
759 | 760 | | |
760 | 761 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| |||
0 commit comments