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

eslint-config-voodoocreation

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-voodoocreation - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

3

base.js

@@ -37,4 +37,5 @@ module.exports = {

],
"no-nested-ternary": "off",
"no-restricted-syntax": ["error", "LabeledStatement", "WithStatement"],
"no-underscore-dangle": "off",
"no-restricted-syntax": ["error", "LabeledStatement", "WithStatement"],
"no-param-reassign": [

@@ -41,0 +42,0 @@ "error",

@@ -8,2 +8,10 @@ module.exports = {

"react/jsx-props-no-spreading": "off",
"react/jsx-sort-props": [
"error",
{
callbacksLast: true,
shorthandLast: true,
ignoreCase: true
}
],
"react/prop-types": "off",

@@ -10,0 +18,0 @@ "react/sort-comp": "off",

@@ -6,3 +6,3 @@ {

"license": "ISC",
"version": "1.0.6",
"version": "1.0.7",
"keywords": [

@@ -9,0 +9,0 @@ "typescript",

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