Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-cute

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-cute - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json

@@ -23,3 +23,3 @@ {

"main": "index.js",
"version": "0.1.3"
"version": "0.1.4"
}

@@ -14,2 +14,14 @@ const prettierSettings = require('./prettierSettings');

plugins: ['vue'],
rules: {
'vue/max-attributes-per-line': [
'error',
{
singleline: 3,
multiline: {
max: 1,
allowFirstLine: false,
},
},
],
},
overrides: [

@@ -16,0 +28,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