We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37d8d1 commit 5f909c6Copy full SHA for 5f909c6
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "seekingalpha-javascript-style",
3
- "version": "9.101.0",
+ "version": "9.102.0",
4
"description": "Set of linting rules, guides and best practices for best Javascript code",
5
"main": "index.js",
6
"type": "module",
@@ -48,15 +48,15 @@
48
"devDependencies": {
49
"@seekingalpha/prettier-config-samw": "2.0.0",
50
"eslint": "9.39.2",
51
- "eslint-config-seekingalpha-base": "11.49.0",
+ "eslint-config-seekingalpha-base": "11.50.0",
52
"eslint-config-seekingalpha-node": "9.32.0",
53
"eslint-plugin-import": "2.32.0",
54
"eslint-plugin-n": "17.24.0",
55
"eslint-plugin-promise": "7.2.1",
56
"eslint-plugin-unicorn": "64.0.0",
57
"husky": "9.1.7",
58
"lint-staged": "16.4.0",
59
- "oxlint": "1.57.0",
+ "oxlint": "1.58.0",
60
"prettier": "3.8.1"
61
}
62
0 commit comments