@igloosoftware/eslint-plugin-igloo

1.0.2 • Public • Published

eslint-plugin-igloo Igloo's custom rules for ESLint

 

Creating custom rules

By convention, rules live under lib/rules and their corresponding tests are under /tests/lib/rules.

Require your rule in the projects root index.js file and provide recommended defaults.

'my-new-rule': require('./lib/rules/my-new-rule'),

You can run the associated tests via npm test

/@igloosoftware/eslint-plugin-igloo/

    Package Sidebar

    Install

    npm i @igloosoftware/eslint-plugin-igloo

    Weekly Downloads

    3

    Version

    1.0.2

    License

    SEE LICENSE IN LICENSE.txt

    Unpacked Size

    4.66 kB

    Total Files

    9

    Last publish

    Collaborators

    • sgroff04
    • shank-eric
    • yevhenchernenko
    • gkugelmass
    • jbowles
    • iglooadmin