Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions eslint-configs/eslint-config-seekingalpha-react/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
# Change Log

## 10.31.0 - 2026-03-12

- [new] extend oxlint config

## 10.30.1 - 2026-03-10

- [new] extend oxlint config
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-seekingalpha-react",
"version": "10.30.1",
"version": "10.31.0",
"description": "SeekingAlpha's sharable React.js ESLint config",
"main": "index.js",
"type": "module",
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -157,5 +157,9 @@ export default {
'react/style-prop-object': 'error',
'react/void-dom-elements-no-children': 'error',
'react/state-in-constructor': ['error', 'always'],

// Oxlint specific rules
'react/no-clone-element': 'error',
'react/no-react-children': 'error',
},
};
6 changes: 3 additions & 3 deletions package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "seekingalpha-javascript-style",
"version": "9.96.0",
"version": "9.97.0",
"description": "Set of linting rules, guides and best practices for best Javascript code",
"main": "index.js",
"type": "module",
Expand DownExpand Up@@ -48,15 +48,15 @@
"devDependencies": {
"@seekingalpha/prettier-config-samw": "2.0.0",
"eslint": "9.39.2",
"eslint-config-seekingalpha-base": "11.45.2",
"eslint-config-seekingalpha-base": "11.46.0",
"eslint-config-seekingalpha-node": "9.32.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-n": "17.24.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-unicorn": "63.0.0",
"husky": "9.1.7",
"lint-staged": "16.3.3",
"oxlint": "1.52.0",
"oxlint": "1.54.0",
"prettier": "3.8.1"
}
}