File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments