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 1.0.0-rc.3 to 1.0.0-rc.4

2

es5.js

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

'semi-spacing': [2, {'before': false, 'after': true}],
'require-jsdoc': 1,
'require-jsdoc': 0,
'quotes': [2, 'single', 'avoid-escape'],

@@ -146,0 +146,0 @@ 'quote-props': 0,

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

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

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

'react/no-direct-mutation-state': 2,
'react/no-multi-comp': 2,
'react/no-multi-comp': 0,
'react/no-set-state': 0,

@@ -49,0 +49,0 @@ 'react/no-unknown-property': 1,

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