Socket
Socket
Sign inDemoInstall

@vertexvis/eslint-config-vertexvis

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vertexvis/eslint-config-vertexvis - npm Package Compare versions

Comparing version 0.6.1 to 0.7.0

5

index.js

@@ -5,3 +5,3 @@ module.exports = {

},
plugins: ['prettier'],
plugins: ['prettier', 'simple-import-sort'],
extends: ['plugin:prettier/recommended'],

@@ -21,3 +21,2 @@ rules: {

{ blankLine: 'always', prev: 'class', next: 'class' },
{ blankLine: 'always', prev: 'export', next: '*' },
{

@@ -30,4 +29,6 @@ blankLine: 'always',

'prettier/prettier': 'error',
'simple-import-sort/imports': 'error',
'simple-import-sort/exports': 'error',
yoda: 2,
},
};

7

package.json
{
"name": "@vertexvis/eslint-config-vertexvis",
"version": "0.6.1",
"version": "0.7.0",
"description": "The Vertex sharable ESLint config",

@@ -30,3 +30,4 @@ "license": "MIT",

"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1"
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "^2.5.1"
},

@@ -37,4 +38,4 @@ "peerDependencies": {

"devDependencies": {
"eslint": "^7.32.0"
"eslint": "^8.6.0"
}
}
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