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

@distributive/eslint-plugin

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@distributive/eslint-plugin

Plugin containing Distributive style guide rules

  • 1.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
19
decreased by-81.37%
Maintainers
4
Weekly downloads
 
Created
Source

@distributive/eslint-plugin

npm version of the package CI status standard-readme compliant

An ESLint rule to enforce brace styles according to the Distributive style guide.

Table of Contents

Install

npm add --save-dev eslint @distributive/eslint-plugin

Usage

You can extend from the plugin's recommended configuration:

module.exports = {
  extends: [
    'plugin:@distributive/recommended',
  ],
};

Or, add @distributive to the plugins section of your .eslintrc configuration file and configure the rules you want to use under the rules section:

module.exports = {
  plugins: [
    '@distributive',
  ],
  rules: {
    '@distributive/brace-style': 'error',
  },
};

Rules

💼 Configurations enabled in.
✅ Set in the recommended configuration.
🔧 Automatically fixable by the --fix CLI option.

Name       Description💼🔧
brace-styleEnforce bracing styles in accordance to the Distributive style guide🔧

Contributing

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2023 Distributive Corp.

Keywords

FAQs

Package last updated on 17 May 2024

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