New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@amedia/eslint-config-svelte

Package Overview
Dependencies
Maintainers
52
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 5.2.1-2 to 5.2.1-3

.prettierrc

4

index.js

@@ -8,5 +8,9 @@ module.exports = {

processor: 'svelte3/svelte3',
// Import has conflicts with Svelte. See: https://github.com/sveltejs/eslint-plugin-svelte3/blob/master/OTHER_PLUGINS.md
rules: {
'import/no-mutable-exports': 'off',
"import/first": "off",
"import/no-duplicates": "off",
"import/no-unresolved": "off",
"import/prefer-default-export": "off",
},

@@ -13,0 +17,0 @@ },

7

package.json
{
"name": "@amedia/eslint-config-svelte",
"version": "5.2.1-2",
"version": "5.2.1-3",
"description": "ESLint Svelte configuration to be used by developers at Amedia",
"main": "index.js",
"files": [
"index.js"
"index.js",
".prettierrc"
],

@@ -29,3 +30,3 @@ "scripts": {

"eslint-plugin-svelte3": "*",
"prettier-plugin-svelte": "*"
"prettier-plugin-svelte": "*"
},

@@ -32,0 +33,0 @@ "devDependencies": {

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