0.0.0 • Published 7 years ago

@fand/eslint-plugin-no-zangyo v0.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

eslint-plugin-no-zangyo

本日はノー残業デーです!!!

image

Installation

$ npm i -D eslint @fand/eslint-plugin-only-ascii

Usage

{
    "plugins": [
        "@fand/no-zangyo"
    ],
    "rules": {
        "no-zangyo/no-zangyo": 2
    }
}

You can specify begin/end time of your company.

{
    "plugins": [
        "@fand/no-zangyo"
    ],
    "rules": {
        "no-zangyo/no-zangyo": [2, {
            "beginWorking": "10:00",
            "endWorking": "19:00"
        }]
    }
}

Supported Rules

  • no-zangyo/no-zangyo: はよ帰れ

Author

amagitakayosi