Socket
Socket
Sign inDemoInstall

@beyonk/eslint-config

Package Overview
Dependencies
218
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 to 4.0.1

2

package.json
{
"name": "@beyonk/eslint-config",
"version": "4.0.0",
"version": "4.0.1",
"description": "Eslint config for beyonk",

@@ -5,0 +5,0 @@ "main": "node.js",

@@ -7,3 +7,14 @@ 'use strict'

'svelte3'
],
'overrides': [
{
'files': ['*.svelte','*.html'],
'rules': {
'import/first': 'off',
'import/no-duplicates': 'off',
'import/no-mutable-exports': 'off',
'import/no-unresolved': 'off'
}
}
]
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc