typescript-strictly-typed
Advanced tools
Comparing version 2.8.0 to 2.9.0
{ | ||
"name": "typescript-strictly-typed", | ||
"version": "2.8.0", | ||
"version": "2.9.0", | ||
"description": "Enable configurations for strictly typed TypeScript, ESLint or TSLint, and optionally Angular.", | ||
@@ -15,4 +15,4 @@ "funding": { | ||
"engines": { | ||
"node": ">=10.13.0", | ||
"npm": ">=6.4.1" | ||
"node": ">=12.13.0", | ||
"npm": ">=6.12.0" | ||
}, | ||
@@ -51,3 +51,3 @@ "scripts": { | ||
"dependencies": { | ||
"chalk": "4.1.0", | ||
"chalk": "4.1.1", | ||
"js-yaml": "4.1.0", | ||
@@ -59,12 +59,12 @@ "json5": "2.2.0", | ||
"devDependencies": { | ||
"@types/js-yaml": "4.0.0", | ||
"@types/node": "14.14.41", | ||
"@types/semver": "7.3.4", | ||
"@typescript-eslint/eslint-plugin": "4.22.0", | ||
"@typescript-eslint/parser": "4.22.0", | ||
"@types/js-yaml": "4.0.1", | ||
"@types/node": "12.12.70", | ||
"@types/semver": "7.3.6", | ||
"@typescript-eslint/eslint-plugin": "4.26.0", | ||
"@typescript-eslint/parser": "4.26.0", | ||
"copyfiles": "2.4.1", | ||
"eslint": "7.24.0", | ||
"eslint": "7.27.0", | ||
"rimraf": "3.0.2", | ||
"typescript": "4.2.4" | ||
"typescript": "4.3.2" | ||
} | ||
} |
@@ -45,2 +45,3 @@ # TypeScript Strictly Typed | ||
- `forceConsistentCasingInFileNames` | ||
- `noImplicitOverride` | ||
- [ESLint rules](https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin) | ||
@@ -78,4 +79,4 @@ - `@typescript-eslint/no-explicit-any` | ||
You need a LTS version of Node and npm, ie. currently: | ||
- Node >= 10.13 | ||
- npm >= 6.4 | ||
- Node >= 12.13 | ||
- npm >= 6.12 | ||
@@ -82,0 +83,0 @@ ### Directory |
@@ -10,2 +10,3 @@ "use strict"; | ||
* - `forceConsistentCasingInFileNames` | ||
* - `noImplicitOverride` | ||
* {@link https://www.typescriptlang.org/docs/handbook/compiler-options.html} | ||
@@ -41,2 +42,5 @@ * | ||
} | ||
if (config_utils_1.checkDependencyVersion(cwd, 'typescript', '>=4.3.0')) { | ||
config.compilerOptions.noImplicitOverride = true; | ||
} | ||
/* Clean up options included in strict mode */ | ||
@@ -43,0 +47,0 @@ if (config.compilerOptions.alwaysStrict) { |
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
26975
505
135
+ Addedchalk@4.1.1(transitive)
- Removedchalk@4.1.0(transitive)
Updatedchalk@4.1.1