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.1 - 2026-03-10
4+
5+ - [ new] extend oxlint config
6+
37## 10.30.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.30.0 " ,
3+ "version" : " 10.30.1 " ,
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 @@ -6,7 +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 ' ,
9+ 'react/jsx-no-constructed-context-values' : 'off' ,
1010 'react/jsx-no-duplicate-props' : 'off' ,
1111 'react/jsx-props-no-spread-multi' : 'off' ,
1212 'react/jsx-no-target-blank' : 'off' ,
You can’t perform that action at this time.
0 commit comments