Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details
Socket
Book a DemoInstallSign in
Socket

@0x4447/eslint-plugin-0x4447

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0x4447/eslint-plugin-0x4447

Custom Eslint rules for 0x4447 LLC

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

0x4447 Eslint Plugin for Function Padding

A set of custom Eslint rules created by 0x4447 LLC to maximize code clarity, so you can focus on solving the problem, and not mentally parsing the code.

Installation

You'll first need to install ESLint:

] npm install eslint --save-dev

Next, install the plug-in itself:

] npm install @0x4447/eslint-plugin-0x4447 --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install @0x4447/eslint-plugin-0x4447 globally.

Current Rules

  • function-padding: Require function to have padding at the top and bottom of the blocks: Documentation.

Usage

Add 0x4447 to the plugins section of your .eslintrc configuration file.

{
    "plugins": [
        "@0x4447/eslint-plugin-0x4447"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "@0x4447/0x4447/<rule-name>": "error"
    }
}

The End

If you enjoyed this project, please consider giving it a 🌟. And check out our 0x4447 GitHub account, where we have additional resources that you might find useful or interesting.

Sponsor 🎊

This project is brought to you by 0x4447 LLC, a software company specializing in build custom solutions on top of AWS. Find out more by following this link: https://0x4447.com or, say hello@0x4447.email.

Keywords

0x4447

FAQs

Package last updated on 13 Jan 2019

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