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

@innocenzi/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@innocenzi/eslint-config - npm Package Compare versions

Comparing version 0.6.1 to 0.7.0

2

package.json

@@ -5,3 +5,3 @@ {

"repository": "https://github.com/innocenzi/eslint-config.git",
"version": "0.6.1",
"version": "0.7.0",
"description": "Personal ESLint configuration",

@@ -8,0 +8,0 @@ "license": "MIT",

@@ -39,2 +39,3 @@ module.exports = {

math: 'always',
template: 'never'
}],

@@ -45,5 +46,6 @@ 'vue/max-attributes-per-line': ['warn', {

'vue/component-tags-order': ['error', {
'order': [ 'script', 'template', 'style' ]
}]
'order': [ 'script', 'template', 'style' ]
}],
'vue/multi-word-component-names': 'off'
},
}
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