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

eslint-config-zippyui

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-zippyui - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

7

index.js
module.exports = {
extends: 'airbnb',
rules: {
'semi': 0,
semi: 0,
'comma-dangle': 0,
'react/wrap-multilines': 0,
'react/jsx-wrap-multilines': 0,
'react/jsx-filename-extension': 0,
'react/sort-comp': 0,
'eqeqeq': 0,
eqeqeq: 0,
'react/prefer-stateless-function': 0,

@@ -10,0 +11,0 @@ 'prefer-template': 1,

{
"name": "eslint-config-zippyui",
"version": "1.2.0",
"version": "1.2.1",
"description": "ESLint config for React UI components",

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

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