New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-omaha-prime-grade

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-omaha-prime-grade

Shareable ESLint config to make "Prime Grade" quality code

  • 14.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
26
decreased by-31.58%
Maintainers
1
Weekly downloads
 
Created
Source
OMAHA JS

eslint-config-omaha-prime-grade npm npm

Shareable ESLint config to make "Prime Grade" quality code

Getting Started

It is assumed that you have already configured your project to use ESLint. If this is not the case, please see the ESLint documentation.

  • Install with npm install eslint-config-omaha-prime-grade --save-dev
  • Add omaha-prime-grade to the extends attribute of your ESLint configuration object

JavaScript

module.exports = {
    extends: 'omaha-prime-grade'
};

JSON

{
    "extends": "omaha-prime-grade"
}
  • Smile. You are done. Your code will thank you later.

All rules promote writing better code, but some address MITRE defined software weaknesses too.

Using the compat plugin

Why "Prime Grade"?

  • Omaha is known for its high quality steak.
  • Omaha should be known for just high quality (or at least high quality steak and code).
  • After ruminating on the concept of "high quality beef", I found that beef has some serious quality metrics.
  • As a resident engineer of Omaha that loves high quality and the metrics that maintain it...Applying the concept of "Prime Grade" to code seemed like a fairly obvious thing to do :smile:
  • Generally, "Prime Grade Code" is sustainable (secure and maintainable)

Keywords

FAQs

Package last updated on 30 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