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
0
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 Versions

1234

2.0.2

Diff

Changelog

Source

2.0.2 - 2018-01-02

Changed

  • Updated the array-element-newline rule to not apply to arrays with less than 5 elements.
  • Switched the no-invalid-this rule off in the protect-me-from-my-stupidity/but-let-me-write-stupid-tests configuration.
lsphillips
published 2.0.1 •

Changelog

Source

2.0.1 - 2017-12-27

Changed

  • Configured the no-mixed-spaces-and-tabs rule to allow for smart-tabs.

Fixed

  • Switched the implicit-arrow-linebreak rule off as it clashed with the brace-style rule.
lsphillips
published 2.0.0 •

Changelog

Source

2.0.0 - 2017-12-20

Added

  • Introduced a new rule configuration for writing tests: protect-me-from-my-stupidity/but-let-me-write-stupid-tests.

Changed

  • protect-me-from-my-stupidity/but-let-me-look-stupid has been renamed to protect-me-from-my-stupidity/but-let-my-code-look-stupid.
  • The max-depth and max-nested-callbacks rules have both been lowered to 3.
  • protect-me-from-my-stupidity/but-let-my-code-look-stupid to longer inherits from protect-me-from-my-stupidity. You will now have to extend both:
    {
      "extends" : [
        "protect-me-from-my-stupidity",
        "protect-me-from-my-stupidity/but-let-my-code-look-stupid"
      ]
    }
    
    The same applies to the protect-me-from-my-stupidity/but-let-me-write-stupid-tests configuration.

Fixed

  • JSX is now enabled in the parser options.
lsphillips
published 1.0.0 •

Changelog

Source

1.0.0 - 2017-12-17

The initial public release.

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