Skip to content

Commit 9b1ff63

Browse files
committed
eslint-config-seekingalpha-react ver. 10.30.1
- [new] extend oxlint config
1 parent 4e997bf commit 9b1ff63

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

eslint-configs/eslint-config-seekingalpha-react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

eslint-configs/eslint-config-seekingalpha-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

eslint-configs/eslint-config-seekingalpha-react/rules/eslint-plugin-react/oxlint-disabled.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)