Skip to content

Commit a0e6a79

Browse files
committed
seekingalpha-javascript-style ver. 9.94.0
1 parent 667b66d commit a0e6a79

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

.oxlintrc.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@
77
"builtin": true
88
},
99
"rules": {
10+
"no-shadow": [
11+
"error",
12+
{
13+
"builtinGlobals": true,
14+
"hoist": "all",
15+
"allow": ["config"],
16+
"ignoreFunctionTypeParameterNameValueShadow": true,
17+
"ignoreOnInitialization": false,
18+
"ignoreTypeValueShadow": true
19+
}
20+
],
1021
"import/no-anonymous-default-export": "off",
1122
"import/no-default-export": "off",
1223
"import/extensions": "off"

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.93.0",
3+
"version": "9.94.0",
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.41.0",
51+
"eslint-config-seekingalpha-base": "11.43.0",
5252
"eslint-config-seekingalpha-node": "9.32.0",
5353
"eslint-plugin-import": "2.32.0",
5454
"eslint-plugin-n": "17.24.0",
5555
"eslint-plugin-promise": "7.2.1",
5656
"eslint-plugin-unicorn": "63.0.0",
5757
"husky": "9.1.7",
5858
"lint-staged": "16.2.7",
59-
"oxlint": "1.48.0",
59+
"oxlint": "1.50.0",
6060
"prettier": "3.8.1"
6161
}
6262
}

0 commit comments

Comments
 (0)