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

eslint-config-jameslnewell

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-jameslnewell - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

es5.js

@@ -58,3 +58,3 @@ module.exports = {

'no-div-regex': 1,
'no-else-return': 1,
'no-else-return': 0,
'no-empty-label': 2,

@@ -61,0 +61,0 @@ 'no-eq-null': 2,

{
"name": "eslint-config-jameslnewell",
"version": "0.2.0",
"version": "0.2.1",
"description": "ESLint config for how I like to format code - readable with whitespace and semicolons.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -19,3 +19,3 @@ module.exports = {

'react/jsx-max-props-per-line': 0,
'react/jsx-no-bind': 1, //not working?
//'react/jsx-no-bind': 1, //not working?
'react/jsx-no-duplicate-props': 2,

@@ -22,0 +22,0 @@ 'react/jsx-no-literals': 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