File tree Expand file tree Collapse file tree
eslint-configs/eslint-config-seekingalpha-react
rules/eslint-plugin-react Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 10.30.0 - 2026-03-10
4+
5+ - [ new] extend oxlint config
6+
37## 10.29.0 - 2026-03-10
48
59- [ new] extend oxlint config
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-seekingalpha-react" ,
3- "version" : " 10.29 .0" ,
3+ "version" : " 10.30 .0" ,
44 "description" : " SeekingAlpha's sharable React.js ESLint config" ,
55 "main" : " index.js" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ export default {
3131 } ,
3232 ] ,
3333 'react/jsx-no-comment-textnodes' : 'error' ,
34+ 'react/jsx-no-constructed-context-values' : 'error' ,
3435 'react/jsx-no-duplicate-props' : 'error' ,
3536 'react/jsx-props-no-spread-multi' : 'error' ,
3637 'react/no-multi-comp' : 'off' ,
@@ -151,7 +152,7 @@ export default {
151152 'react/no-will-update-set-state' : 'error' ,
152153 'react/prefer-es6-class' : [ 'error' , 'always' ] ,
153154 'react/react-in-jsx-scope' : 'off' ,
154- 'require-render-return' : 'error' ,
155+ 'react/ require-render-return' : 'error' ,
155156 'react/self-closing-comp' : 'error' ,
156157 'react/style-prop-object' : 'error' ,
157158 'react/void-dom-elements-no-children' : 'error' ,
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ export const ESLintPluginReactDisabled = {
66 'react/jsx-key' : 'off' ,
77 'react/jsx-max-depth' : 'off' ,
88 'react/jsx-no-comment-textnodes' : 'off' ,
9+ 'react/jsx-no-constructed-context-values' : 'off ' ,
910 'react/jsx-no-duplicate-props' : 'off' ,
1011 'react/jsx-props-no-spread-multi' : 'off' ,
1112 'react/jsx-no-target-blank' : 'off' ,
@@ -43,7 +44,7 @@ export const ESLintPluginReactDisabled = {
4344 'react/no-will-update-set-state' : 'off' ,
4445 'react/prefer-es6-class' : 'off' ,
4546 'react/react-in-jsx-scope' : 'off' ,
46- 'require-render-return' : 'off' ,
47+ 'react/ require-render-return' : 'off' ,
4748 'react/self-closing-comp' : 'off' ,
4849 'react/style-prop-object' : 'off' ,
4950 'react/void-dom-elements-no-children' : 'off' ,
You can’t perform that action at this time.
0 commit comments