typescript-strictly-typed
Advanced tools
Comparing version 3.6.1 to 3.6.2
@@ -33,4 +33,4 @@ import {} from "jsonc-parser"; | ||
config = { | ||
raw: "{}", | ||
json: {}, | ||
raw: JSON.stringify({ rules: {} }), | ||
json: { rules: {} }, | ||
}; | ||
@@ -81,3 +81,3 @@ } | ||
} | ||
else if (file === "eslint.config.json") { | ||
else if (file === "eslint.config.js") { | ||
logWarning(`Your project is using the new eslint.config.js format, and it cannot be overwrited directly, as it could mess up with advanced configuration. So the new strict configuration was saved in eslint.config.json. You need to manually copy the options from eslint.config.json to eslint.config.js. Once done, you can delete eslint.config.json.`); | ||
@@ -84,0 +84,0 @@ return saveConfig(cwd, "eslint.config.json", config); |
{ | ||
"name": "typescript-strictly-typed", | ||
"version": "3.6.1", | ||
"version": "3.6.2", | ||
"description": "Enable configurations for strictly typed TypeScript, ESLint, and optionally Angular.", | ||
@@ -5,0 +5,0 @@ "funding": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24162