typescript-strictly-typed
Advanced tools
Comparing version 3.11.1 to 3.12.0
@@ -106,5 +106,3 @@ import {} from "jsonc-parser"; | ||
config.raw = modifyJSON(config.raw, [...path, "rules", "prefer-template"], "error"); | ||
config.raw = modifyJSON(config.raw, [...path, "rules", "@typescript-eslint/explicit-function-return-type"], ["error", { | ||
allowExpressions: true | ||
}]); | ||
config.raw = modifyJSON(config.raw, [...path, "rules", "@typescript-eslint/explicit-function-return-type"], "error"); | ||
if (Array.isArray(rules?.["@typescript-eslint/no-explicit-any"])) { | ||
@@ -111,0 +109,0 @@ const ruleValue = rules["@typescript-eslint/no-explicit-any"]; |
{ | ||
"name": "typescript-strictly-typed", | ||
"version": "3.11.1", | ||
"version": "3.12.0", | ||
"description": "Enable configurations for strictly typed TypeScript, ESLint, and optionally Angular.", | ||
@@ -46,11 +46,10 @@ "funding": { | ||
"@types/js-yaml": "^4.0.9", | ||
"@types/node": "^18.19.33", | ||
"@types/node": "^18.19.34", | ||
"@types/semver": "^7.5.8", | ||
"@typescript-eslint/eslint-plugin": "^7.10.0", | ||
"@typescript-eslint/parser": "^7.10.0", | ||
"copyfiles": "^2.4.1", | ||
"eslint": "^8.57.0", | ||
"eslint": "^9.4.0", | ||
"rimraf": "^5.0.7", | ||
"typescript": "^5.4.5" | ||
"typescript": "^5.4.5", | ||
"typescript-eslint": "^8.0.0-alpha.24" | ||
} | ||
} |
8
23485
501