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

eslint-plugin-vue-libs

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-vue-libs - npm Package Compare versions

Comparing version

to
2.0.1

2

config.js

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

'no-mixed-spaces-and-tabs': 2,
'no-multi-spaces': 2,
'no-multi-spaces': [2, { "ignoreEOLComments": true }],
'no-multi-str': 2,

@@ -80,0 +80,0 @@ 'no-multiple-empty-lines': [2, { 'max': 1 }],

{
"name": "eslint-plugin-vue-libs",
"version": "2.0.0",
"version": "2.0.1",
"description": "eslint plugin for vue.js projects",

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