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.0.13 to 0.0.14

5

defaults.json

@@ -10,3 +10,3 @@ {

"rules": {
"comma-dangle": [2, "never"],
"comma-dangle": [1, "always"],
"no-cond-assign": [2, "always"],

@@ -136,3 +136,3 @@ "no-console": 2,

"wrap-regex": 0,
"spaced-comment": [2, "never"],
"spaced-comment": [0, "never"],
"space-unary-ops": [2, { "words": true, "nonwords": false }],

@@ -174,2 +174,3 @@ "space-return-throw-case": 2,

"max-nested-callbacks": [2, 4],
"max-len": [1, 100, 2],
"linebreak-style": [2, "unix"],

@@ -176,0 +177,0 @@ "lines-around-comment": [2, {"beforeBlockComment": true, "afterBlockComment": false, "beforeLineComment": true, "afterLineComment": false}]

@@ -1,2 +0,1 @@

var jameslnewell, i;

@@ -18,6 +17,6 @@ /**

jameslnewell = new Person('James', 'Newell');
var jameslnewell = new Person('James', 'Newell');
for (i = 0; i < 3; ++i) {
for (var i = 0; i < 3; ++i) {
jameslnewell.dance();
}

2

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

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

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