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

@1000ch/eslint-config

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

@1000ch/eslint-config - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

2

package.json
{
"name": "@1000ch/eslint-config",
"version": "1.1.2",
"version": "1.2.0",
"description": "ESLint config",

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

@@ -49,3 +49,3 @@ 'use strict';

'react/jsx-key' : 'off', // Validate JSX has key prop when in array or iterator
'react/jsx-max-props-per-line' : ['error', { maximum : 1 }], // Limit maximum of props on a single line in JSX
'react/jsx-max-props-per-line' : 'off', // Limit maximum of props on a single line in JSX
'react/jsx-no-bind' : 'error', // Prevent usage of .bind() and arrow functions in JSX props

@@ -52,0 +52,0 @@ 'react/jsx-no-duplicate-props' : 'error', // Prevent duplicate props in JSX

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