Socket
Book a DemoInstallSign in
Socket

eslint-plugin-mayaka

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
Package was removed
Sorry, it seems this package was removed from the registry

eslint-plugin-mayaka

ESLint plugin with various rules.

unpublished
latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

eslint-plugin-mayaka

This ESLint plugin contains various rules.

💿 Install

npm i -D eslint-plugin-mayaka

☕ Usage

Edit your ESLint configuration:

{
  "plugins": [
    "mayaka"
  ],
  "rules": {
    "mayaka/arrow-body-parens-linebreak": 2
  }
}

You can add any rules as you want.

🚦 Rules

  • arrow-body-parens-linebreak - Enforce style of linebreaks before/after parens of arrow functions bodies.
  • destructuring-property-newline - Enforce placing destructuring properties on separate lines.

📃 License

MIT License

Copyright (c) 2019-present Pig Fang

FAQs

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