All Projects → fand → Eslint Plugin No Zangyo

fand / Eslint Plugin No Zangyo

本日はノー残業デーです

Programming Languages

javascript
184084 projects - #8 most used programming language

eslint-plugin-no-zangyo

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

image

Installation

$ npm i -D eslint @fand/eslint-plugin-no-zangyo

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].