Skip to content

Commit 694b3be

Browse files
authored
[next-lint] test: remove eslint config snapshot testing (#77818)
### Why? The snapshot testing occasionally failed when the rules were modified in newer ESLint versions. This is because we snapshot-tested the whole eslint config output. However, this snapshot test is intended to verify if the necessary plugins were loaded, which can be done by checking the `plugins` property. ### How? Removed snapshot testing and added `plugins` to be checked along with the existing `parser` and `settings` checking.
1 parent 4b01d1e commit 694b3be

File tree

2 files changed

+38
-1081
lines changed

2 files changed

+38
-1081
lines changed

0 commit comments

Comments
 (0)