Socket
Socket
Sign inDemoInstall

@amedia/eslint-config-base

Package Overview
Dependencies
Maintainers
58
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 7.0.0 to 7.1.0

9

index.js
module.exports = {
extends: ['eslint:recommended'],
extends: ['eslint:recommended', 'plugin:import/recommended'],
env: {

@@ -18,4 +18,9 @@ browser: true,

strict: 0,
// general ESLint rules, here we can add custom rules
'import/extensions': ['error', 'ignorePackages'],
'import/order': ['error', { 'newlines-between': 'always' }],
'import/no-extraneous-dependencies': 'warn',
'import/no-useless-path-segments': 'warn',
'import/no-duplicates': 'error',
},
};
{
"name": "@amedia/eslint-config-base",
"version": "7.0.0",
"version": "7.1.0",
"description": "ESLint configuration to be used by developers at Amedia",

@@ -29,6 +29,8 @@ "main": "index.js",

"peerDependencies": {
"eslint": "8.x"
"eslint": "8.x",
"eslint-plugin-import": "2.x"
},
"devDependencies": {
"eslint": "8.16.0"
"eslint": "8.16.0",
"eslint-plugin-import": "2.26.0"
},

@@ -35,0 +37,0 @@ "publishConfig": {

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