Skip to content

Commit d8d4aac

Browse files
committed
eslint-config-seekingalpha-react ver. 10.28.2
1 parent 4a4584a commit d8d4aac

4 files changed

Lines changed: 9 additions & 10 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.2 - 2026-02-02
4+
5+
- [new] extend oxlint config
6+
37
## 10.28.1 - 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.1",
3+
"version": "10.28.2",
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: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,7 @@
1313
}
1414
],
1515
"anchor-ambiguous-text": "off",
16-
"jsx-a11y/anchor-has-content": [
17-
"error",
18-
{
19-
"components": ["Anchor", "Link"]
20-
}
21-
],
16+
"jsx-a11y/anchor-has-content": "off",
2217
"jsx-a11y/anchor-is-valid": [
2318
"error",
2419
{

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "seekingalpha-javascript-style",
3-
"version": "9.88.2",
3+
"version": "9.88.3",
44
"description": "Set of linting rules, guides and best practices for best Javascript code",
55
"main": "index.js",
66
"type": "module",
@@ -48,15 +48,15 @@
4848
"devDependencies": {
4949
"@seekingalpha/prettier-config-samw": "2.0.0",
5050
"eslint": "9.39.2",
51-
"eslint-config-seekingalpha-base": "11.38.0",
51+
"eslint-config-seekingalpha-base": "11.40.1",
5252
"eslint-config-seekingalpha-node": "9.31.0",
5353
"eslint-plugin-import": "2.32.0",
5454
"eslint-plugin-n": "17.23.2",
5555
"eslint-plugin-promise": "7.2.1",
5656
"eslint-plugin-unicorn": "62.0.0",
5757
"husky": "9.1.7",
5858
"lint-staged": "16.2.7",
59-
"oxlint": "1.42.0",
59+
"oxlint": "1.43.0",
6060
"prettier": "3.8.1"
6161
}
6262
}

0 commit comments

Comments
 (0)