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

eslint-config-protect-me-from-my-stupidity

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-protect-me-from-my-stupidity - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

## [2.0.5] (2018-04-16)
### Changed
- Switched the `operator-linebreak` rule off.
## [2.0.4] (2018-02-03)

@@ -7,0 +13,0 @@

9

package.json
{
"name" : "eslint-config-protect-me-from-my-stupidity",
"version" : "2.0.4",
"version" : "2.0.5",

@@ -18,5 +18,4 @@ "description" : "An opinionated ESLint configuration that shall protect you from your stupidity when writing JavaScript.",

"eslint-config",
"rules",
"stupid",
"style guide"
"style-guide",
"rules"
],

@@ -41,3 +40,3 @@

{
"eslint" : "^4.13.1",
"eslint" : "^4.17.0",
"eslint-plugin-import" : "^2.8.0",

@@ -44,0 +43,0 @@ "eslint-plugin-promise" : "^3.6.0"

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

"operator-assignment" : "error",
"operator-linebreak" : ["error", "before"],
"operator-linebreak" : "off",
"padding-blocks" : "off",

@@ -225,0 +225,0 @@ "padding-line-between-statements" : "off",

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