@amedia/eslint-config-typescript
Advanced tools
Comparing version 8.0.0-next.1 to 8.0.0
# @amedia/eslint-config-typescript | ||
## 8.0.0 | ||
### Major Changes | ||
- 064e561: The @typescript-eslint/eslint-plugin runs on a singleton instance, that means that once it is instantiated you cannot override the configuration. Unfortunately the eslint-plugin-svelte needs to do just that. Thus when the parser is set in eslint-config, the svelte-plugin fails to override parsing of the svelte files. We thus need to rearrange it such that the Typescript config is as early in the chain as possible and that the parser is set in that config instead. See: https://github.com/typescript-eslint/typescript-eslint/issues/6778 | ||
### Patch Changes | ||
- 064e561: Use @typescript-eslint/no-import-duplicates instead of import/no-duplicates when Typescript is used | ||
## 8.0.0-next.1 | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "@amedia/eslint-config-typescript", | ||
"version": "8.0.0-next.1", | ||
"version": "8.0.0", | ||
"description": "ESLint TypeScript configuration to be used by developers at Amedia", | ||
@@ -5,0 +5,0 @@ "type": "commonjs", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
8028
1