Commit 96d86c1
committed
Generic/ESLint: fix tests
The ESLint project has released a new major, which is breaking test runs for PHPCS 3.x.
As support for JS has been dropped in PHPCS 4.x anyway and the sniff is formally deprecated, investing time in making the tests cross-version compatible is not justifiable.
This commit fixes the ESLint version used in the tests to the last release in the _previous_ major. This should get the tests passing again.
Refs:
* https://eslint.org/blog/2026/02/eslint-v10.0.0-released/1 parent 9c42a80 commit 96d86c1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
0 commit comments