Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.19 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.19 KB

eslint-plugin-jsig

A plugin that runs the jsig type checker as part of eslint. Works with eslint text editor plugins and the CLI.

Example

{
    "rules": {
        "jsig/type-check": 2
    },
    "plugins": [
        "jsig"
    ]
}

To use this plugin you must have jsig installed as a peer dependency. The eslint-plugin-jsig module only works with jsig@>=0.2.6.

It's recommended that you configure your application with a jsigconfig.json file so that the eslint plugin can pick up your configuration.

Installation

npm install eslint-plugin-jsig

Tests

npm test

Contributors

  • raynos

MIT Licensed