fix(deps): update eslint rule and plugin updates #2725
ci.yml
on: pull_request
install
21s
test
40s
check-workflow-files
3s
check-renovate-changefile
17s
check-beachball-changefile
16s
publish
0s
Annotations
3 errors
check-beachball-changefile
Process completed with exit code 1.
|
presets.test.mts > Resolved config matches snapshot > typescript-react.tsx:
specs/eslint-configs/presets.test.mts#L46
Error: Snapshot `Resolved config matches snapshot > typescript-react.tsx 1` mismatched
- Expected
+ Received
@@ -1305,10 +1305,13 @@
1,
],
"@eslint-react/no-unused-state": [
1,
],
+ "@eslint-react/no-use-context": [
+ 1,
+ ],
"@eslint-react/no-useless-fragment": [
2,
],
"@eslint-react/use-jsx-vars": [
1,
@@ -2697,11 +2700,15 @@
"additionalHooks": {
"useLayoutEffect": [
"useIsomorphicLayoutEffect",
],
},
+ "importSource": "react",
+ "jsxPragma": "createElement",
+ "jsxPragmaFrag": "Fragment",
"polymorphicPropName": "as",
+ "strict": false,
"strictImportCheck": false,
"version": "detect",
},
},
}
❯ presets.test.mts:46:10
|
test
Process completed with exit code 1.
|