@ethang/eslint-config 19.0.1 → 19.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/eslint.config.js +2 -2
- package/package.json +2 -2
package/eslint.config.js
CHANGED
|
@@ -572,7 +572,7 @@ export default tseslint.config({
|
|
|
572
572
|
"sonar/frame-ancestors": "error",
|
|
573
573
|
"sonar/function-inside-loop": "error",
|
|
574
574
|
"sonar/function-name": "error",
|
|
575
|
-
"sonar/function-return-type": "
|
|
575
|
+
"sonar/function-return-type": "off", // No
|
|
576
576
|
"sonar/future-reserved-words": "error",
|
|
577
577
|
"sonar/generator-without-yield": "error",
|
|
578
578
|
"sonar/hashing": "error",
|
|
@@ -694,7 +694,7 @@ export default tseslint.config({
|
|
|
694
694
|
"sonar/no-throw-literal": "error",
|
|
695
695
|
"sonar/no-try-promise": "error",
|
|
696
696
|
"sonar/no-undefined-argument": "error",
|
|
697
|
-
"sonar/no-undefined-assignment": "
|
|
697
|
+
"sonar/no-undefined-assignment": "off", // No
|
|
698
698
|
"sonar/no-unenclosed-multiline-block": "error",
|
|
699
699
|
"sonar/no-uniq-key": "error",
|
|
700
700
|
"sonar/no-unknown-property": "error",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ethang/eslint-config",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.0.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "git+https://github.com/eglove/eslint-config-ethang.git"
|
|
6
6
|
},
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"typescript-eslint": "^8.2.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@ethang/project-builder": "^2.3.
|
|
65
|
+
"@ethang/project-builder": "^2.3.10",
|
|
66
66
|
"@tsconfig/node-lts": "^20.1.3",
|
|
67
67
|
"@tsconfig/strictest": "^2.0.5"
|
|
68
68
|
}
|