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.1 to 0.1.2

prettierSettings.js

13

base.js

@@ -0,1 +1,3 @@

const prettierSettings = require('./prettierSettings');
module.exports = {

@@ -11,13 +13,4 @@ extends: ['eslint:recommended', 'prettier'],

rules: {
'prettier/prettier': [
'error',
{
singleQuote: true,
trailingComma: 'all',
bracketSpacing: false,
jsxBracketSameLine: true,
parser: 'flow',
},
],
'prettier/prettier': ['warning', prettierSettings],
},
};
{
"name": "eslint-plugin-cute",
"version": "0.1.1",
"version": "0.1.2",
"description": "The inner workings of cute, an opinionated ESLint config that works well with prettier, jest and vue.",

@@ -5,0 +5,0 @@ "repository": {

@@ -0,1 +1,3 @@

const prettierSettings = require('./prettierSettings');
module.exports = {

@@ -19,2 +21,3 @@ extends: 'plugin:vue/recommended',

{
...prettierSettings,
parser: 'vue',

@@ -21,0 +24,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