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

eslint-min

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-min

rules for maximum impact and minimalist code

  • 0.8.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-83.33%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-min

Minimal rules for Maximum Impact, for minimalist code.

philosophy

Minimize code

  • Less to read = less to parse in your brain
  • Less to write = less to maintain

In general, if a chacacter is not necessary - it should not be there.

Exceptions: comma-dangling, to minimize impact on diffs.

Don't block programmers: Let Programmers Grow

Don't stupidify programmers.

  • Don't limit them primitive constructs, expecially if these constracts take more lines to write.
  • Let programmers grow and learn, and be able to understand more.
  • Require programmers develop the thinking instinct.

Hunman over Machine

  • Humans appreciate aesthetics. Machines dont
  • Clarity of code is not guaranteed by anal rules. It's clear if if it passes review.

Keywords

FAQs

Package last updated on 15 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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