Skip to content

Raynos/eslint-plugin-jsig

Repository files navigation

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

About

A eslint plugin for jsig typechecker

Resources

License

Stars

Watchers

Forks

Packages