Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@amedia/eslint-config-typescript

Package Overview
Dependencies
Maintainers
62
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amedia/eslint-config-typescript - npm Package Compare versions

Comparing version 8.0.0-next.1 to 8.0.0

10

CHANGELOG.md
# @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 @@

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc