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

eslint-config-kswedberg

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-kswedberg - npm Package Compare versions

Comparing version 5.1.1 to 5.1.2

2

package.json
{
"name": "eslint-config-kswedberg",
"version": "5.1.1",
"version": "5.1.2",
"description": "A shareable eslint config",

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

@@ -312,3 +312,3 @@ module.exports.variables = {

'vue/comma-spacing': ['error', {before: false, after: true}],
'vue/custom-event-name-casing': 'warn',
'vue/custom-event-name-casing': 'off',
'vue/dot-location': ['warn', 'property'],

@@ -409,2 +409,4 @@ 'vue/eqeqeq': ['error', 'smart'],

'setup',
['extends', 'provide', 'inject', 'propsData'],

@@ -429,3 +431,2 @@

'emits',
'setup',
'head',

@@ -432,0 +433,0 @@

@@ -6,3 +6,3 @@ // Requires vue eslint plugin:

const config = require('./index.js');
const {vue} = require('./rulesets');
const {vue} = require('./rulesets.js');

@@ -9,0 +9,0 @@ Object.assign(config.rules, vue);

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