Skip to content

Commit 4a4584a

Browse files
committed
eslint-config-seekingalpha-react ver. 10.28.1
1 parent 88088e9 commit 4a4584a

5 files changed

Lines changed: 9 additions & 20 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.28.1 - 2026-02-02
4+
5+
- [new] extend oxlint config
6+
37
## 10.28.0 - 2026-02-02
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.28.0",
3+
"version": "10.28.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-jsx-a11y/oxlint-config.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,25 +66,15 @@
6666
"ignoreNonDOM": true
6767
}
6868
],
69-
"jsx-a11y/no-distracting-elements": [
70-
"error",
71-
{
72-
"elements": ["marquee", "blink"]
73-
}
74-
],
69+
"jsx-a11y/no-distracting-elements": "error",
7570
"jsx-a11y/no-noninteractive-tabindex": [
7671
"error",
7772
{
7873
"tags": [],
7974
"roles": ["tabpanel"]
8075
}
8176
],
82-
"jsx-a11y/no-redundant-roles": [
83-
"error",
84-
{
85-
"nav": ["navigation"]
86-
}
87-
],
77+
"jsx-a11y/no-redundant-roles": "error",
8878
"jsx-a11y/no-static-element-interactions": [
8979
"error",
9080
{

eslint-configs/eslint-config-seekingalpha-react/rules/eslint-plugin-react/oxlint-config.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,7 @@
3232
}
3333
],
3434
"react/jsx-no-comment-textnodes": "error",
35-
"react/jsx-no-duplicate-props": [
36-
"error",
37-
{
38-
"ignoreCase": true
39-
}
40-
],
35+
"react/jsx-no-duplicate-props": "error",
4136
"react/jsx-props-no-spread-multi": "error",
4237
"react/no-multi-comp": "off",
4338
"react/jsx-no-target-blank": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "seekingalpha-javascript-style",
3-
"version": "9.88.1",
3+
"version": "9.88.2",
44
"description": "Set of linting rules, guides and best practices for best Javascript code",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)