New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.8 to 0.0.9

6

defaults.json

@@ -69,3 +69,2 @@ {

"no-loop-func": 1,
"no-multi-spaces": [2, {"exceptions":{"Property": false}}],
"no-native-reassign": 2,

@@ -96,2 +95,6 @@ "no-new-func": 2,

//sometimes I like to align assignment statements, sometimes I don't - I couldn't achieve this so never align things to keep it consistent
"no-multi-spaces": 2,
"key-spacing": [2, {"beforeColon": false, "afterColon": true, "mode": "strict"}],
//Variables

@@ -131,3 +134,2 @@ "init-declarations": 0, //should this be "always" because there's protential for a var to be undefined when used later?

"indent": [2, 2, {"SwitchCase": 1, "VariableDeclarator": 0}],
"key-spacing": [2, {"beforeColon": false, "afterColon": true}],
"wrap-regex": 0,

@@ -134,0 +136,0 @@ "spaced-comment": [2, "never"],

{
"name": "eslint-config-jameslnewell",
"version": "0.0.8",
"version": "0.0.9",
"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