🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more
Socket
Book a DemoInstallSign in
Socket

@mizdra/eslint-plugin-mizdra

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

@mizdra/eslint-plugin-mizdra

ESLint rules for me.

latest
Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
1
-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-plugin-mizdra

ESLint rules for me.

インストール

$ npm install @mizdra/eslint-plugin-mizdra

設定

// .eslintrc
{
    "plugins": [
        "@mizdra/eslint-plugin-mizdra"
    ],
    "rules": {
        "mizdra/prefer-static-import": 1
    }
}

ルール一覧

  • mizdra/prefer-static-import: require関数の引数に変数が含まれていた場合に警告します

ビルド

$ git clone https://github.com/mizdra/eslint-plugin-mizdra.git
$ cd eslint-plugin-mizdra
$ npm install
# テスト
$ npm test

License

MIT License

Keywords

eslint

FAQs

Package last updated on 11 Feb 2016

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