fix(deps): update eslint rule and plugin updates #2503
Annotations
2 errors and 1 warning
Test:
specs/eslint-configs/presets.test.mts#L46
Error: Snapshot `Resolved config matches snapshot > typescript-react.tsx 1` mismatched
- Expected
+ Received
@@ -1242,10 +1242,13 @@
2,
],
"@eslint-react/no-component-will-update": [
2,
],
+ "@eslint-react/no-context-provider": [
+ 1,
+ ],
"@eslint-react/no-create-ref": [
2,
],
"@eslint-react/no-default-props": [
2,
@@ -1253,10 +1256,16 @@
"@eslint-react/no-direct-mutation-state": [
2,
],
"@eslint-react/no-duplicate-key": [
2,
+ ],
+ "@eslint-react/no-forward-ref": [
+ 1,
+ ],
+ "@eslint-react/no-implicit-key": [
+ 1,
],
"@eslint-react/no-missing-key": [
2,
],
"@eslint-react/no-nested-components": [
❯ presets.test.mts:46:10
|
Test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading