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

eslint-config-vue

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-vue - npm Package Compare versions

Comparing version

to
2.0.2

3

index.js

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

'brace-style': [2, '1tbs', { 'allowSingleLine': true }],
'camelcase': [2, { 'properties': 'never' }],
'camelcase': [2, { 'properties': 'always' }],
'comma-dangle': [2, 'never'],

@@ -53,3 +53,2 @@ 'comma-spacing': [2, { 'before': false, 'after': true }],

'no-control-regex': 2,
'no-debugger': 2,
'no-delete-var': 2,

@@ -56,0 +55,0 @@ 'no-dupe-args': 2,

{
"name": "eslint-config-vue",
"version": "2.0.1",
"version": "2.0.2",
"description": "eslint config for vue.js projects",

@@ -22,4 +22,4 @@ "main": "index.js",

"eslint": "^2.0.0 || ^3.0.0",
"eslint-plugin-vue": "^1.0.0"
"eslint-plugin-vue": "^1.0.0 || ^2.0.0"
}
}